|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.jce.PrincipalUtil
public class PrincipalUtil
a utility class that will extract X509Principal objects from X.509 certificates.
Constructor Summary | |
---|---|
PrincipalUtil()
|
Method Summary | |
---|---|
static X509Principal |
getIssuerX509Principal(X509Certificate cert)
return the issuer of the given cert as an X509PrincipalObject. |
static X509Principal |
getIssuerX509Principal(X509CRL crl)
return the issuer of the given CRL as an X509PrincipalObject. |
static X509Principal |
getSubjectX509Principal(X509Certificate cert)
return the subject of the given cert as an X509PrincipalObject. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrincipalUtil()
Method Detail |
---|
public static X509Principal getIssuerX509Principal(X509Certificate cert) throws CertificateEncodingException
CertificateEncodingException
public static X509Principal getSubjectX509Principal(X509Certificate cert) throws CertificateEncodingException
CertificateEncodingException
public static X509Principal getIssuerX509Principal(X509CRL crl) throws CRLException
CRLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |