Uses of Class
org.mozilla.jss.netscape.security.x509.AVA
Packages that use AVA
-
Uses of AVA in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as AVAMethods in org.mozilla.jss.netscape.security.x509 that return AVAModifier and TypeMethodDescriptionAVA[]
RDN.getAssertion()
returns an array of AVA in the RDN.RDN.AVAEnumerator.nextElement()
abstract AVA
Converts a Ldap DN string to a AVA object.abstract AVA
Like parseAVA with a specified DER encoding order for Directory Strings.LdapV3DNStrConverter.parseAVA
(PushbackReader in) Parses a Ldap DN string with a AVA component from a string reader to an AVA.LdapV3DNStrConverter.parseAVA
(PushbackReader in, byte[] encodingOrder) Like parseAVA(PushbackReader) with a DER encoding order given as argument for Directory Strings.Parse a Ldap v3 DN string with a AVA component to a AVA.Like parseDN(String) with a DER encoding order given as argument for Directory Strings.Methods in org.mozilla.jss.netscape.security.x509 that return types with arguments of type AVAModifier and TypeMethodDescriptionRDN.getAVAs()
returns an enumeration of AVAs that make up this RDN.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type AVAModifier and TypeMethodDescriptionabstract String
Converts an AVA object to a Ldap dn string.Converts a AVA to a Ldap v3 DN String (except in unicode).boolean
Returns true if another AVA has the same OID and DerValue.Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type AVAConstructor parameters in org.mozilla.jss.netscape.security.x509 with type arguments of type AVA