Uses of Class
org.mozilla.jss.pkix.primitive.RDN
Packages that use RDN
Package
Description
Frequently-used primitive ASN.1 types, such as AlgorithmIdentifier,
PrivateKeyInfo, and X.500 Name.
-
Uses of RDN in org.mozilla.jss.pkix.primitive
Methods in org.mozilla.jss.pkix.primitive that return RDNModifier and TypeMethodDescriptionName.elementAt
(int idx) Returns the RDN at the given index in the Name.Methods in org.mozilla.jss.pkix.primitive with parameters of type RDNModifier and TypeMethodDescriptionvoid
Name.addElement
(RDN name) Adds a relative distinguished name to the Name.void
Name.insertElementAt
(RDN name, int idx) Inserts the given RDN at the given index in the Name.