Class X509CertificateUsageAnalyzer
java.lang.Object
de.xima.fc.cryptography.BouncyCastleSupport
de.xima.fc.certificate.ms.impl.util.X509CertificateUsageAnalyzer
A utility to analyze X.509 certificates and determine their use cases based on certificate extensions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic X509CertificateUsageInfoMain method to analyze a certificate and determine its use casesMethods inherited from class BouncyCastleSupport
buildSignedCertificate, createCMSContentEncryptorBuilder, createContentSigner, createJceKeyTransRecipientInfoGenerator, createKeyFactory, createKeyPairGenerator, createKeyStore, createOpenSSLPKCS8DecryptorProviderBuilder, createPEMKeyConverter, createSignature, createX509CertificateConverter, createX509CertificateFactory
-
Method Details
-
analyzeCertificate
Main method to analyze a certificate and determine its use cases- Parameters:
cert- X509Certificate to analyze- Returns:
- X509CertificateUsageInfo object containing all detected use cases and details
-