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 Sequence
decodeValue, getDefaultTag, getElementAt, getElementCountMethods inherited from class DecoderObject
checkTag, getBytes, getRawDerValue, setDerValue
-
Constructor Details
-
Path
public Path()Crea un objeto ASN.1 PKCS#15 Path.
-
-
Method Details
-
getPathString
String getPathString()Obtiene la ruta del certificado como texto.- Returns:
- Ruta del certificado como texto
-
getPathBytes
public byte[] getPathBytes()Obtiene la ruta en forma de array de octetos.- Returns:
- Ruta en forma de array de octetos.
-
toString
-