Class CeresScPrivateRsaKeyAttributesContextSpecific
java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.ContextSpecific
es.gob.jmulticard.asn1.custom.fnmt.ceressc.CeresScPrivateRsaKeyAttributesContextSpecific
Objeto ASN.1 de contexto específico del PrivateRsaKeyAttributes.
PrivateRSAKeyAttributes ::= SEQUENCE { value ObjectValue {RSAPrivateKeyObject}, modulusLength INTEGER, -- modulus length in bits, e.g. 1024 keyInfo KeyInfo {NULL, PublicKeyOperations} OPTIONAL, ... -- For future extensions }
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruye un objeto ASN.1 de contexto específico del PrivateRsaKeyAttributes. -
Method Summary
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 Details
-
TAG
private static final byte TAG- See Also:
-
-
Constructor Details
-
CeresScPrivateRsaKeyAttributesContextSpecific
public CeresScPrivateRsaKeyAttributesContextSpecific()Construye un objeto ASN.1 de contexto específico del PrivateRsaKeyAttributes.
-
-
Method Details
-
checkTag
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.
-
toString
-
getPath
String getPath() -
getKeyLength
int getKeyLength()
-