Bouncy Castle Cryptography 1.19

org.bouncycastle.jce
Class PrincipalUtil

java.lang.Object
  |
  +--org.bouncycastle.jce.PrincipalUtil

public class PrincipalUtil
extends java.lang.Object


Constructor Summary
PrincipalUtil()
           
 
Method Summary
static X509Principal getIssuerX509Principal(java.security.cert.X509Certificate cert)
          return the issuer of the given cert as an X509PrincipalObject.
static X509Principal getSubjectX509Principal(java.security.cert.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

PrincipalUtil

public PrincipalUtil()
Method Detail

getIssuerX509Principal

public static X509Principal getIssuerX509Principal(java.security.cert.X509Certificate cert)
                                            throws java.security.cert.CertificateEncodingException
return the issuer of the given cert as an X509PrincipalObject.

java.security.cert.CertificateEncodingException

getSubjectX509Principal

public static X509Principal getSubjectX509Principal(java.security.cert.X509Certificate cert)
                                             throws java.security.cert.CertificateEncodingException
return the subject of the given cert as an X509PrincipalObject.

java.security.cert.CertificateEncodingException

Bouncy Castle Cryptography 1.19