Uses of Class
es.gob.jmulticard.asn1.TlvException
-
Packages that use TlvException Package Description es.gob.jmulticard Paquete principal del proyecto JMultiCard.es.gob.jmulticard.asn1 Contiene las clases genéricas necesarias para la representación de datos codificados según la norma ASN.1.es.gob.jmulticard.asn1.custom.fnmt.ceressc Estructuras ASN.1 a medida de FNMT para tarjetas CERES con canal seguro (v4.30 y superiores).es.gob.jmulticard.asn1.der Contiene los tipos DER (Distinguished Encoding Rules) básicos que son necesarios para la representación de datos codificados según la norma ASN.1.es.gob.jmulticard.asn1.der.pkcs15 Contiene los tipos compuestos ASN.1 empleados en la normativa PKCS#15 (estándar de formato de información de dispositivo criptográfico).es.gob.jmulticard.asn1.icao Definiciones ASN.1 de ICAO.es.gob.jmulticard.card.cardos Tarjetas Atos / Siemens basadas en CardOS 4.01 o superior.es.gob.jmulticard.card.dnie Contiene todas las funcionalidades relacionadas con tarjetas criptográficas que sigan el estándar DNIe.es.gob.jmulticard.card.dnie.ceressc Tarjetas FNMT CERES 4.30 con canal seguro (basadas en DNIe 2.0).es.gob.jmulticard.card.fnmt.ceres Tarjeta FNMT-RCM CERES.es.gob.jmulticard.card.gide.smartcafe Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).es.gob.jmulticard.card.icao Documentos de viaje electrónicos acordes a normativas ICAO.es.gob.jmulticard.card.icao.vdsned Funcionalidades Visible Digital Seal for Non-Electronic Documents de ICAO. -
-
Uses of TlvException in es.gob.jmulticard
Methods in es.gob.jmulticard that throw TlvException Modifier and Type Method Description protected static byte[]
CryptoHelper.PaceChannelHelper. unwrapEcKey(byte[] key)
Obtiene la representación de una clave de curva elíptica como un array de octetos. -
Uses of TlvException in es.gob.jmulticard.asn1
Methods in es.gob.jmulticard.asn1 that throw TlvException Modifier and Type Method Description protected abstract void
DecoderObject. decodeValue()
Decodifica el valor DER establecido comprobando que corresponde al esperado y formando las estructuras internas.void
DecoderObject. setDerValue(byte[] value)
Establece el valor (en codificación DER) del objeto ASN.1.Constructors in es.gob.jmulticard.asn1 that throw TlvException Constructor Description Tlv(byte[] buffer)
Construye un TLV simple a partir de su representación binaria directa. -
Uses of TlvException in es.gob.jmulticard.asn1.custom.fnmt.ceressc
Methods in es.gob.jmulticard.asn1.custom.fnmt.ceressc that throw TlvException Modifier and Type Method Description protected void
EmptyCommonPrivateKeyAttributes. decodeValue()
-
Uses of TlvException in es.gob.jmulticard.asn1.der
Methods in es.gob.jmulticard.asn1.der that throw TlvException Modifier and Type Method Description protected void
BitString. decodeValue()
protected void
ContextSpecific. decodeValue()
protected void
DerBoolean. decodeValue()
protected void
DerInteger. decodeValue()
protected void
ObjectIdentifier. decodeValue()
protected void
OctectString. decodeValue()
protected void
Record. decodeValue()
protected void
Sequence. decodeValue()
protected void
SequenceOf. decodeValue()
protected void
Utf8String. decodeValue()
-
Uses of TlvException in es.gob.jmulticard.asn1.der.pkcs15
Methods in es.gob.jmulticard.asn1.der.pkcs15 that throw TlvException Modifier and Type Method Description protected void
PathLength. decodeValue()
void
Pkcs15Cdf. setDerValue(byte[] value)
Establece el valor (en codificación DER) del objeto ASN.1.void
Pkcs15PrKdf. setDerValue(byte[] value)
Establece el valor (en codificación DER) del objeto ASN.1. -
Uses of TlvException in es.gob.jmulticard.asn1.icao
Methods in es.gob.jmulticard.asn1.icao that throw TlvException Modifier and Type Method Description protected void
Com. decodeValue()
protected void
Sod. decodeValue()
protected void
SubjectFacePhoto. decodeValue()
protected void
SubjectSignaturePhoto. decodeValue()
java.security.cert.X509Certificate[]
Sod. getCertificateChain()
Obtiene la cadena de certificados del firmante del LDSSecurityObject.LdsSecurityObject
Sod. getLdsSecurityObject()
Obtiene elLDSSecurityObject
.byte[]
Sod. getLdsSecurityObjectBytes()
Obtiene la codificación binaria del LDSSecurityObject.void
Sod. validateSignature()
Valida la firma electrónica del SOD. -
Uses of TlvException in es.gob.jmulticard.card.cardos
Methods in es.gob.jmulticard.card.cardos that throw TlvException Modifier and Type Method Description private void
CardOS. preloadCertificates()
-
Uses of TlvException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw TlvException Modifier and Type Method Description java.security.cert.X509Certificate[]
Dnie3. checkSecurityObjects()
protected void
OptionalDetailsDnie3. decodeValue()
-
Uses of TlvException in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that throw TlvException Modifier and Type Method Description private void
CeresSc. preload()
-
Uses of TlvException in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw TlvException Modifier and Type Method Description private void
Ceres. preload()
-
Uses of TlvException in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw TlvException Modifier and Type Method Description private void
SmartCafePkcs15Applet. preloadCertificates()
-
Uses of TlvException in es.gob.jmulticard.card.icao
Methods in es.gob.jmulticard.card.icao that throw TlvException Modifier and Type Method Description java.security.cert.X509Certificate[]
MrtdLds1. checkSecurityObjects()
Comprueba la validez de los objetos de seguridad a partir del SOD. -
Uses of TlvException in es.gob.jmulticard.card.icao.vdsned
Constructors in es.gob.jmulticard.card.icao.vdsned that throw TlvException Constructor Description Vdsned(byte[] enc)
Construye un Visible Digital Seal for Non-Electronic Documents de ICAO.
-