Uses of Class
org.bouncycastle.jce.X509Principal
Packages that use X509Principal
-
Uses of X509Principal in org.bouncycastle.jce
Methods in org.bouncycastle.jce that return X509PrincipalModifier and TypeMethodDescriptionstatic X509PrincipalPrincipalUtil.getIssuerX509Principal(X509Certificate cert) return the issuer of the given cert as an X509PrincipalObject.static X509PrincipalPrincipalUtil.getIssuerX509Principal(X509CRL crl) return the issuer of the given CRL as an X509PrincipalObject.static X509PrincipalPrincipalUtil.getSubjectX509Principal(X509Certificate cert) return the subject of the given cert as an X509PrincipalObject. -
Uses of X509Principal in org.bouncycastle.x509
Constructors in org.bouncycastle.x509 with parameters of type X509PrincipalModifierConstructorDescriptionAttributeCertificateHolder(X509Principal principal) Deprecated.AttributeCertificateHolder(X509Principal issuerName, BigInteger serialNumber) Deprecated.AttributeCertificateIssuer(X509Principal principal) Deprecated.