Uses of Class
de.xima.fc.certificate.mgmt.selection.CertificateSelectionByUsageSubjectQuery.Builder
Packages that use CertificateSelectionByUsageSubjectQuery.Builder
-
Uses of CertificateSelectionByUsageSubjectQuery.Builder in de.xima.fc.certificate.mgmt.selection
Methods in de.xima.fc.certificate.mgmt.selection that return CertificateSelectionByUsageSubjectQuery.BuilderModifier and TypeMethodDescriptionCertificateSelectionByUsageSubjectQuery.builder()CertificateSelectionByUsageSubjectQuery.Builder.hasPrivateKey(Boolean hasPrivateKey) Optional filter criterion.CertificateSelectionByUsageSubjectQuery.Builder.keyAlgorithms(Set<String> keyAlgorithms) Optional filter criterion.CertificateSelectionByUsageSubjectQuery.Builder.partialMatch(boolean partialMatch) Optional filter criterion.CertificateSelectionByUsageSubjectQuery.Builder.scope(CertificateSelectionScope scope) Scope within which to select the certificate(s).CertificateSelectionByUsageSubjectQuery.toBuilder()CertificateSelectionByUsageSubjectQuery.Builder.usageSubject(String usageSubject) The usage subject of the certificate(s) to be selected.CertificateSelectionByUsageSubjectQuery.Builder.usageType(ECertificateUsageType usageType) The usage type that the certificate(s) must support.