Class PrivateRsaKeyAttributes
- java.lang.Object
-
- es.gob.jmulticard.asn1.DecoderObject
-
- es.gob.jmulticard.asn1.der.Sequence
-
- es.gob.jmulticard.asn1.der.pkcs15.PrivateRsaKeyAttributes
-
public final class PrivateRsaKeyAttributes extends Sequence
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
Constructors Constructor Description PrivateRsaKeyAttributes()
Construye un objeto ASN.1 PKCS#15 PrivateRsaKeyAttributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getKeyLength()
Obtiene la longitud de la clave privada.java.lang.String
getPath()
Obtiene la ruta hacia la clave privada.-
Methods inherited from class es.gob.jmulticard.asn1.der.Sequence
decodeValue, getDefaultTag, getElementAt, getElementCount
-
Methods inherited from class es.gob.jmulticard.asn1.DecoderObject
checkTag, getBytes, getRawDerValue, setDerValue
-
-