Class PrincipalUtils
java.lang.Object
eu.emi.security.authn.x509.helpers.pkipath.bc.PrincipalUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static org.bouncycastle.asn1.x500.X500Name
getCA
(TrustAnchor trustAnchor) (package private) static org.bouncycastle.asn1.x500.X500Name
Returns the issuer of an attribute certificate or certificate.(package private) static org.bouncycastle.asn1.x500.X500Name
(package private) static org.bouncycastle.asn1.x500.X500Name
(package private) static org.bouncycastle.asn1.x500.X500Name
-
Constructor Details
-
PrincipalUtils
PrincipalUtils()
-
-
Method Details
-
getSubjectPrincipal
-
getIssuerPrincipal
-
getIssuerPrincipal
-
getCA
-
getEncodedIssuerPrincipal
Returns the issuer of an attribute certificate or certificate.- Parameters:
cert
- The attribute certificate or certificate.- Returns:
- The issuer as
X500Principal
.
-