Class CertificateSelectionBySubjectQuery
java.lang.Object
de.xima.fc.certificate.provider.CertificateSelectionBySubjectQuery
- All Implemented Interfaces:
Serializable
Query for selecting certificates by their subject within a defined scope.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanOptional filter criterion.Optional filter criterion.getScope()Scope within which to select the certificate(s).Subject of the certificate(s) to be selected.Optional filter criterion.inthashCode()booleanOptional filter criterion.toString()
-
Method Details
-
builder
-
toBuilder
-
getScope
Scope within which to select the certificate(s). -
getSubject
Subject of the certificate(s) to be selected. -
getHasPrivateKey
Optional filter criterion. Whether the certificate(s) must have an associated private key or should not have one. If null, this criterion is ignored. Iftrue, only certificates with an associated private key will be selected. Iffalse, only certificates without an associated private key will be selected. -
getUsageTypes
Optional filter criterion. Set of usage types that the certificate(s) must support. If null or empty, this criterion is ignored. -
getKeyAlgorithms
-
isPartialMatch
public boolean isPartialMatch()Optional filter criterion. Whether to perform a partial match on the subject. If true, certificates whose subjects contain the specified subject as a substring will be matched. If false, only exact matches will be considered. -
equals
-
hashCode
-
toString
-