Class CertificatesContextSpecific
- java.lang.Object
-
- es.gob.jmulticard.asn1.DecoderObject
-
- es.gob.jmulticard.asn1.der.ContextSpecific
-
- es.gob.jmulticard.asn1.der.pkcs15.CertificatesContextSpecific
-
public final class CertificatesContextSpecific extends ContextSpecific
Enumeración de certificados específica de contexto. Sigue la estructura ASN.1 (es de tipo PublicKeys):Certificates ::= PathOrObjects {PrivateKeyType}
Esta implememtación solo soportaPath
como tipo de los registros.
-
-
Field Summary
Fields Modifier and Type Field Description private static byte
TAG
-
Constructor Summary
Constructors Constructor Description CertificatesContextSpecific()
Construye una numeración de certificados específica de contexto.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkTag(byte tag)
Comprueba que el tipo proporcionado sea compatible con el del objeto ASN.1.Path
getCertificatesPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el CDF.-
Methods inherited from class es.gob.jmulticard.asn1.der.ContextSpecific
decodeValue, getDefaultTag, getObject
-
Methods inherited from class es.gob.jmulticard.asn1.DecoderObject
getBytes, getRawDerValue, setDerValue
-
-
-
-
Field Detail
-
TAG
private static final byte TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCertificatesPath
public Path getCertificatesPath()
Obtiene la ruta (Path ASN.1 PKCS#15) hacia el CDF.- Returns:
- Ruta (Path ASN.1 PKCS#15) hacia el CDF.
-
checkTag
public void checkTag(byte tag) throws Asn1Exception
Description copied from class:DecoderObject
Comprueba que el tipo proporcionado sea compatible con el del objeto ASN.1.- Overrides:
checkTag
in classContextSpecific
- Parameters:
tag
- Etiqueta de tipo a comprobar.- Throws:
Asn1Exception
- Si las etiquetas de tipo no son compatibles.
-
-