Class AlgorithmIdentifer


  • public final class AlgorithmIdentifer
    extends Sequence
    Tipo ASN.1 PKCS#1 AlgorithmIdentifer.
       AlgorithmIdentifier ::= SEQUENCE {
        algorithm OBJECT IDENTIFIER
       }
     
    • Constructor Detail

      • AlgorithmIdentifer

        public AlgorithmIdentifer()
        Construye un objeto ASN.1 PKCS#1 AlgorithmIdentifer.
    • Method Detail

      • toString

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