Class DerBoolean


  • public class DerBoolean
    extends DecoderObject
    Tipo ASN.1 Boolean.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Boolean booleanValue  
      private static byte TAG_BOOLEAN  
    • Constructor Summary

      Constructors 
      Constructor Description
      DerBoolean()  
    • Field Detail

      • booleanValue

        private transient java.lang.Boolean booleanValue
    • Constructor Detail

      • DerBoolean

        public DerBoolean()
    • 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.
      • getBooleanValue

        public boolean getBooleanValue()
        Obtiene el valor del objeto.
        Returns:
        Valor del objeto Boolean.