Uses of Class
com.digt.trusted.asn1.ASN1EncodableVector

Packages that use ASN1EncodableVector
com.digt.trusted.x509   
 

Uses of ASN1EncodableVector in com.digt.trusted.x509
 

Constructors in com.digt.trusted.x509 with parameters of type ASN1EncodableVector
X509Attribute(java.lang.String oid, ASN1EncodableVector value)
          Create an X.59 Attribute with the type given by the passed in oid and the value represented by an ASN.1 Set containing the objects in value.