Class ASN1Oid

    • Constructor Detail

      • ASN1Oid

        public ASN1Oid()
        Constructs ASN.1 Object Identifier type The constructor is provided for inheritance purposes when there is a need to create a custom ASN.1 Object Identifier type. To get a default implementation it is recommended to use getInstance() method.
    • Method Detail

      • getInstance

        public static ASN1Oid getInstance()
        Returns ASN.1 Object Identifier type default implementation The default implementation works with encoding that is represented as array of integers.
        Returns:
        ASN.1 Object Identifier type default implementation
      • getInstanceForString

        public static ASN1Oid getInstanceForString()
        Returns ASN.1 Object Identifier type implementation This implementation works with encoding that is mapped to java.lang.String object.
        Returns:
        ASN.1 Object Identifier type implementation