CertificationRequestInfo class
Constructors
-
CertificationRequestInfo.new(int? version, Name subject, SubjectPublicKeyInfo subjectPublicKeyInfo, Map<
String, List> ? attributes) - CertificationRequestInfo.fromAsn1(ASN1Sequence sequence)
-
CertificationRequestInfo ::= SEQUENCE {
version INTEGER { v1(0) } (v1,...),
subject Name,
subjectPKInfo SubjectPublicKeyInfo{{ PKInfoAlgorithms }},
attributes
0
Attributes{{ CRIAttributes }} }factory
Properties
-
attributes
→ Map<
String, List> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject → Name
-
final
- subjectPublicKeyInfo → SubjectPublicKeyInfo
-
final
- version → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited