Class Path
java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.Sequence
es.gob.jmulticard.asn1.der.pkcs15.Path
Tipo ASN.1 PKCS#15 Path.
Path ::= SEQUENCE { path OCTET STRING, index INTEGER (0..pkcs15-ub-index) OPTIONAL, length [0] INTEGER (0..pkcs15-ub-index) OPTIONAL }
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class es.gob.jmulticard.asn1.der.Sequence
decodeValue, getDefaultTag, getElementAt, getElementCount
Methods inherited from class es.gob.jmulticard.asn1.DecoderObject
checkTag, getBytes, getRawDerValue, setDerValue
-
Constructor Details
-
Path
public Path()Crea un objeto ASN.1 PKCS#15 Path.
-
-
Method Details