Uses of Class
org.cryptacular.x509.dn.RDNSequence
Packages that use RDNSequence
-
Uses of RDNSequence in org.cryptacular.x509.dn
Methods in org.cryptacular.x509.dn that return RDNSequenceModifier and TypeMethodDescriptionNameReader.readIssuer()Reads the issuer field from the certificate.NameReader.readSubject()Reads the subject field from the certificate.static RDNSequenceNameReader.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 RDNSequenceNameReader.readX500Principal(X500Principal principal) Converts the given X.500 principal to a list of relative distinguished names that contains the attributes comprising the DN.