Uses of Class
de.xima.fc.certificate.mgmt.cert.usage.X509CertificateUsageInfo
Packages that use X509CertificateUsageInfo
-
Uses of X509CertificateUsageInfo in de.xima.fc.certificate.mgmt.cert
Methods in de.xima.fc.certificate.mgmt.cert that return X509CertificateUsageInfoModifier and TypeMethodDescriptionX509CertificateDetails.getUsageInfo()Information about the usage of the X.509 certificate associated with this entry.Constructors in de.xima.fc.certificate.mgmt.cert with parameters of type X509CertificateUsageInfoModifierConstructorDescriptionX509CertificateDetails(boolean isSelfSigned, X501DistinguishedName subject, X501DistinguishedName issuer, List<X509CertificateSANEntry> sanEntries, String fingerprint, X509CertificateUsageInfo usageInfo, String keyAlgorithm, int keySize, Instant notBefore, Instant notAfter) Creates a newX509CertificateDetailsinstance.