Uses of Class
org.gudy.bouncycastle.jce.X509Principal
-
Packages that use X509Principal Package Description org.gudy.bouncycastle.jce org.gudy.bouncycastle.x509 -
-
Uses of X509Principal in org.gudy.bouncycastle.jce
Methods in org.gudy.bouncycastle.jce that return X509Principal Modifier and Type Method Description static X509Principal
PrincipalUtil. getIssuerX509Principal(java.security.cert.X509Certificate cert)
return the issuer of the given cert as an X509PrincipalObject.static X509Principal
PrincipalUtil. getIssuerX509Principal(java.security.cert.X509CRL crl)
return the issuer of the given CRL as an X509PrincipalObject.static X509Principal
PrincipalUtil. getSubjectX509Principal(java.security.cert.X509Certificate cert)
return the subject of the given cert as an X509PrincipalObject. -
Uses of X509Principal in org.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 that return X509Principal Modifier and Type Method Description (package private) static X509Principal
X509Util. convertPrincipal(javax.security.auth.x500.X500Principal principal)
Methods in org.gudy.bouncycastle.x509 with parameters of type X509Principal Modifier and Type Method Description private GeneralNames
AttributeCertificateHolder. generateGeneralNames(X509Principal principal)
private boolean
AttributeCertificateHolder. matchesDN(X509Principal subject, GeneralNames targets)
Constructors in org.gudy.bouncycastle.x509 with parameters of type X509Principal Constructor Description AttributeCertificateHolder(X509Principal principal)
AttributeCertificateHolder(X509Principal issuerName, java.math.BigInteger serialNumber)
AttributeCertificateIssuer(X509Principal principal)
-