AlgorithmIdentifier class
Constructors
-
AlgorithmIdentifier.new(ObjectIdentifier algorithm, dynamic parameters)
-
-
AlgorithmIdentifier.fromAsn1(ASN1Sequence sequence)
-
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL }
-- contains a value of the type
-- registered for use with the
-- algorithm object identifier value
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toAsn1()
→ ASN1Sequence
-
-
toString()
→ String
-
A string representation of this object.
override