Uses of Class
iaik.asn1.structures.AVA

Packages that use AVA
iaik.asn1.structures   
 

Uses of AVA in iaik.asn1.structures
 

Methods in iaik.asn1.structures that return AVA
 AVA RDN.getAVA(ObjectID oid)
          Returns a AttributeValueAssertion of given type from this RelativeDistinguishedName.
 AVA RDN.getAVA()
          This method returns one AVA.
 

Methods in iaik.asn1.structures with parameters of type AVA
 void RDN.addAVA(AVA ava)
          Adds a AttributeValueAssertion to this RelativeDistinguishedName.