Uses of Class
de.xima.fc.certificate.mgmt.cert.X509CertificateSANEntry
Packages that use X509CertificateSANEntry
-
Uses of X509CertificateSANEntry in de.xima.fc.certificate.mgmt.cert
Methods in de.xima.fc.certificate.mgmt.cert that return types with arguments of type X509CertificateSANEntryModifier and TypeMethodDescriptionX509CertificateDetails.getSanEntries()The SAN entries of the X.509 certificate.Constructor parameters in de.xima.fc.certificate.mgmt.cert with type arguments of type X509CertificateSANEntryModifierConstructorDescriptionX509CertificateDetails(boolean isSelfSigned, X501DistinguishedName subject, X501DistinguishedName issuer, List<X509CertificateSANEntry> sanEntries, String fingerprint, X509CertificateUsageInfo usageInfo, String keyAlgorithm, int keySize, Instant notBefore, Instant notAfter) Creates a newX509CertificateDetailsinstance.