Class PrivateRsaKeyAttributesContextSpecific


  • public final class PrivateRsaKeyAttributesContextSpecific
    extends ContextSpecific
    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
       }
     
    • Constructor Detail

      • PrivateRsaKeyAttributesContextSpecific

        public PrivateRsaKeyAttributesContextSpecific()
        Construye un objeto ASN.1 de contexto específico del PrivateRsaKeyAttributes.
    • Method Detail

      • checkTag

        public void checkTag​(byte tag)
                      throws Asn1Exception
        Description copied from class: DecoderObject
        Comprueba que el tipo proporcionado sea compatible con el del objeto ASN.1.
        Overrides:
        checkTag in class ContextSpecific
        Parameters:
        tag - Etiqueta de tipo a comprobar.
        Throws:
        Asn1Exception - Si las etiquetas de tipo no son compatibles.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getPath

        java.lang.String getPath()
      • getKeyLength

        int getKeyLength()