Class CommonObjectAttributes

java.lang.Object
es.gob.jmulticard.asn1.DecoderObject
es.gob.jmulticard.asn1.der.Sequence
es.gob.jmulticard.asn1.der.pkcs15.CommonObjectAttributes

public final class CommonObjectAttributes extends Sequence
Objeto CommonObjectAttributes ASN.1 de PKCS#15.
  CommonObjectAttributes ::= SEQUENCE {
    label Label,
    flags CommonObjectFlags OPTIONAL,
    authId Identifier OPTIONAL,
  }
  Label ::= UTF8String (SIZE(0..pkcs15-ub-label))
 
  • Constructor Details

    • CommonObjectAttributes

      public CommonObjectAttributes()
      Construye un objeto CommonObjectAttributes ASN.1 de PKCS#15.
  • Method Details

    • getLabel

      public String getLabel()
      Obtiene la etiqueta del objeto.
      Returns:
      Etiqueta del objeto
    • getIdentifier

      public byte[] getIdentifier()
      Obtiene el identificador del objecto.
      Returns:
      Identificador del objecto