Java org.bouncycastle.jce PrincipalUtil fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.jce PrincipalUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.jce PrincipalUtil.

The text is from its open source code.

Method

X509PrincipalgetIssuerX509Principal(X509Certificate cert)
return the issuer of the given cert as an X509PrincipalObject.
X509PrincipalgetIssuerX509Principal(X509CRL crl)
return the issuer of the given CRL as an X509PrincipalObject.
X509PrincipalgetSubjectX509Principal(X509Certificate cert)
return the subject of the given cert as an X509PrincipalObject.