Class PrivateRsaKeyAttributes
java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.Sequence
es.gob.jmulticard.asn1.der.pkcs15.PrivateRsaKeyAttributes
Tipo ASN.1 PKCS#15 PrivateRsaKeyAttributes.
PrivateRSAKeyAttributes ::= SEQUENCE {
value ObjectValue {RSAPrivateKeyObject},
modulusLength INTEGER, -- modulus length in bits, e.g. 1024
keyInfo KeyInfo {NULL, PublicKeyOperations} OPTIONAL,
... -- For future extensions
}
-
Constructor Summary
ConstructorsConstructorDescriptionConstruye un objeto ASN.1 PKCS#15 PrivateRsaKeyAttributes. -
Method Summary
Modifier and TypeMethodDescriptionintObtiene la longitud de la clave privada.getPath()Obtiene la ruta hacia la clave privada.Methods inherited from class Sequence
decodeValue, getDefaultTag, getElementAt, getElementCountMethods inherited from class DecoderObject
checkTag, getBytes, getRawDerValue, setDerValue
-
Constructor Details
-
PrivateRsaKeyAttributes
public PrivateRsaKeyAttributes()Construye un objeto ASN.1 PKCS#15 PrivateRsaKeyAttributes.
-
-
Method Details
-
getPath
Obtiene la ruta hacia la clave privada.- Returns:
- Ruta hacia la clave privada.
-
getKeyLength
public int getKeyLength()Obtiene la longitud de la clave privada.- Returns:
- Longitud de la clave privada.
-