Uses of Class
netscape.security.x509.AVA
-
Packages that use AVA Package Description netscape.security.x509 -
-
Uses of AVA in netscape.security.x509
Methods in netscape.security.x509 that return AVA Modifier and Type Method Description AVA[]
RDN. getAssertion()
returns an array of AVA in the RDN.abstract AVA
LdapDNStrConverter. parseAVA(java.lang.String ava)
Converts a Ldap DN string to a AVA object.abstract AVA
LdapDNStrConverter. parseAVA(java.lang.String rdn, byte[] tags)
Like parseAVA with a specified DER encoding order for Directory Strings.AVA
LdapV3DNStrConverter. parseAVA(java.io.PushbackReader in)
Parses a Ldap DN string with a AVA component from a string reader to an AVA.AVA
LdapV3DNStrConverter. parseAVA(java.io.PushbackReader in, byte[] encodingOrder)
Like parseAVA(PushbackReader) with a DER encoding order given as argument for Directory Strings.AVA
LdapV3DNStrConverter. parseAVA(java.lang.String ava)
Parse a Ldap v3 DN string with a AVA component to a AVA.AVA
LdapV3DNStrConverter. parseAVA(java.lang.String ava, byte[] encodingOrder)
Like parseDN(String) with a DER encoding order given as argument for Directory Strings.Methods in netscape.security.x509 that return types with arguments of type AVA Modifier and Type Method Description java.util.Enumeration<AVA>
RDN. getAVAs()
returns an enumeration of AVAs that make up this RDN.Methods in netscape.security.x509 with parameters of type AVA Modifier and Type Method Description abstract java.lang.String
LdapDNStrConverter. encodeAVA(AVA ava)
Converts an AVA object to a Ldap dn string.java.lang.String
LdapV3DNStrConverter. encodeAVA(AVA ava)
Converts a AVA to a Ldap v3 DN String (except in unicode).boolean
AVA. equals(AVA other)
Returns true if another AVA has the same OID and DerValue.Constructors in netscape.security.x509 with parameters of type AVA Constructor Description RDN(AVA[] avas)
Constructs a RDN from an array of AVA.Constructor parameters in netscape.security.x509 with type arguments of type AVA Constructor Description RDN(java.util.Vector<AVA> avaVector)
convenience method.
-