Package | Description |
---|---|
org.cryptacular.x509.dn |
Modifier and Type | Method and Description |
---|---|
RDNSequence |
NameReader.readIssuer()
Reads the issuer field from the certificate.
|
RDNSequence |
NameReader.readSubject()
Reads the subject field from the certificate.
|
static RDNSequence |
NameReader.readX500Name(org.bouncycastle.asn1.x500.X500Name name)
Converts the given X.500 name to a list of relative distinguished names that contains the attributes
comprising the DN.
|
static RDNSequence |
NameReader.readX500Principal(X500Principal principal)
Converts the given X.500 principal to a list of relative distinguished names that contains the attributes
comprising the DN.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.