Uses of Class
es.gob.jmulticard.asn1.Asn1Exception
-
Packages that use Asn1Exception Package Description 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.ceres Estructuras ASN.1 a medida de FNMT para tarjetas CERES sin canal seguro.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. -
-
Uses of Asn1Exception in es.gob.jmulticard.asn1
Methods in es.gob.jmulticard.asn1 that throw Asn1Exception Modifier and Type Method Description voidDecoderObject. checkTag(byte tag)Comprueba que el tipo proporcionado sea compatible con el del objeto ASN.1.protected abstract voidDecoderObject. decodeValue()Decodifica el valor DER establecido comprobando que corresponde al esperado y formando las estructuras internas.voidDecoderObject. setDerValue(byte[] value)Establece el valor (en codificación DER) del objeto ASN.1. -
Uses of Asn1Exception in es.gob.jmulticard.asn1.custom.fnmt.ceres
Methods in es.gob.jmulticard.asn1.custom.fnmt.ceres that throw Asn1Exception Modifier and Type Method Description voidCeresCommonPrivateKeyAttributesContextSpecific. checkTag(byte tag)voidCeresPrivateRsaKeyAttributesContextSpecific. checkTag(byte tag)voidCeresX509CertificateAttributesContextSpecific. checkTag(byte tag) -
Uses of Asn1Exception in es.gob.jmulticard.asn1.custom.fnmt.ceressc
Methods in es.gob.jmulticard.asn1.custom.fnmt.ceressc that throw Asn1Exception Modifier and Type Method Description voidCeresScCommonPrivateKeyAttributesContextSpecific. checkTag(byte tag)voidCeresScPrivateRsaKeyAttributesContextSpecific. checkTag(byte tag)protected voidEmptyCommonPrivateKeyAttributes. decodeValue() -
Uses of Asn1Exception in es.gob.jmulticard.asn1.der
Methods in es.gob.jmulticard.asn1.der that throw Asn1Exception Modifier and Type Method Description voidContextSpecific. checkTag(byte tag)voidObjectIdentifier. checkTag(byte tag)voidUtf8String. checkTag(byte tag)protected voidBitString. decodeValue()protected voidContextSpecific. decodeValue()protected voidDerBoolean. decodeValue()protected voidRecord. decodeValue()protected voidSequence. decodeValue()protected voidSequenceOf. decodeValue()protected voidUtf8String. decodeValue() -
Uses of Asn1Exception in es.gob.jmulticard.asn1.der.pkcs15
Methods in es.gob.jmulticard.asn1.der.pkcs15 that throw Asn1Exception Modifier and Type Method Description voidCertificatesContextSpecific. checkTag(byte tag)voidCommonPrivateKeyAttributesContextSpecific. checkTag(byte tag)voidPathLength. checkTag(byte tag)voidPrivateKeysContextSpecific. checkTag(byte tag)voidPrivateRsaKeyAttributesContextSpecific. checkTag(byte tag)voidPublicKeysContextSpecific. checkTag(byte tag)voidSecretKeysContextSpecific. checkTag(byte tag)voidTrustedPublicKeysContextSpecific. checkTag(byte tag)voidX509CertificateAttributesContextSpecific. checkTag(byte tag)voidPkcs15Cdf. setDerValue(byte[] value)Establece el valor (en codificación DER) del objeto ASN.1.voidPkcs15PrKdf. setDerValue(byte[] value)Establece el valor (en codificación DER) del objeto ASN.1. -
Uses of Asn1Exception in es.gob.jmulticard.asn1.icao
Methods in es.gob.jmulticard.asn1.icao that throw Asn1Exception Modifier and Type Method Description protected voidCom. decodeValue()protected voidSod. decodeValue()protected voidSubjectFacePhoto. decodeValue()protected voidSubjectSignaturePhoto. decodeValue()java.security.cert.X509Certificate[]Sod. getCertificateChain()Obtiene la cadena de certificados del firmante del LDSSecurityObject.LdsSecurityObjectSod. getLdsSecurityObject()Obtiene elLDSSecurityObject.byte[]Sod. getLdsSecurityObjectBytes()Obtiene la codificación binaria del LDSSecurityObject.voidSod. validateSignature()Valida la firma electrónica del SOD. -
Uses of Asn1Exception in es.gob.jmulticard.card.cardos
Methods in es.gob.jmulticard.card.cardos that throw Asn1Exception Modifier and Type Method Description private voidCardOS. preloadCertificates() -
Uses of Asn1Exception in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw Asn1Exception Modifier and Type Method Description java.security.cert.X509Certificate[]Dnie3. checkSecurityObjects()protected voidOptionalDetailsDnie3. decodeValue() -
Uses of Asn1Exception in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that throw Asn1Exception Modifier and Type Method Description private voidCeresSc. preload() -
Uses of Asn1Exception in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw Asn1Exception Modifier and Type Method Description private voidCeres. preload() -
Uses of Asn1Exception in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw Asn1Exception Modifier and Type Method Description private voidSmartCafePkcs15Applet. preloadCertificates() -
Uses of Asn1Exception in es.gob.jmulticard.card.icao
Methods in es.gob.jmulticard.card.icao that throw Asn1Exception Modifier and Type Method Description java.security.cert.X509Certificate[]MrtdLds1. checkSecurityObjects()Comprueba la validez de los objetos de seguridad a partir del SOD.
-