Class 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 Detail

      • EmptyCommonPrivateKeyAttributes

        public EmptyCommonPrivateKeyAttributes()
    • Method Detail

      • 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.