Uses of Class
org.bouncycastle.jce.X509Principal
-
Packages that use X509Principal Package Description org.bouncycastle.jce Utility classes for use with the JCE.org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of X509Principal in org.bouncycastle.jce
Methods in org.bouncycastle.jce that return X509Principal Modifier and Type Method Description static X509Principal
PrincipalUtil. getIssuerX509Principal(X509Certificate cert)
return the issuer of the given cert as an X509PrincipalObject.static X509Principal
PrincipalUtil. getIssuerX509Principal(X509CRL crl)
return the issuer of the given CRL as an X509PrincipalObject.static X509Principal
PrincipalUtil. 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 X509Principal Constructor Description AttributeCertificateHolder(X509Principal principal)
Deprecated.AttributeCertificateHolder(X509Principal issuerName, BigInteger serialNumber)
Deprecated.AttributeCertificateIssuer(X509Principal principal)
Deprecated.
-