Class EmptyCommonPrivateKeyAttributes

java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.custom.fnmt.ceressc.EmptyCommonPrivateKeyAttributes

public final class EmptyCommonPrivateKeyAttributes extends DecoderObject
Tipo ASN.1 PKCS#15 CommonPrivateKeyAttributesEmpty.
  CommonPrivateKeyAttributesEmpty ::= SEQUENCE {
    name Name OPTIONAL,
    keyIdentifiers [0] SEQUENCE OF CredentialIdentifier {{KeyIdentifiers}} OPTIONAL,
    generalName [1] GeneralNames OPTIONAL,
    ... -- For future extensions
  }
 
  • Constructor Details

    • EmptyCommonPrivateKeyAttributes

      public EmptyCommonPrivateKeyAttributes()
  • Method Details

    • decodeValue

      protected void decodeValue() throws Asn1Exception, TlvException
      Description copied from class: DecoderObject
      Decodifica el valor DER establecido comprobando que corresponde al esperado y formando las estructuras internas.
      Specified by:
      decodeValue in class DecoderObject
      Throws:
      Asn1Exception - Si hay errores correspondientes a las estructuras ASN.1 DER.
      TlvException - Si hay errores relativos a los TLV DER.
    • getDefaultTag

      protected byte getDefaultTag()
      Description copied from class: DecoderObject
      Obtiene la etiqueta de tipo ASN.1 del objeto.
      Specified by:
      getDefaultTag in class DecoderObject
      Returns:
      Etiqueta de tipo ASN.1 del objeto.