X509String class
Represents an ASN1 encodable string that can be optionally tagged with tag.
Constructors
- X509String(String value, {int tag = OCTET_STRING_TYPE})
-
The default constructor for the X509String.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true, the toString method will be overridden to output this instance's props.no setterinherited - tag → int
-
The optional ASN1 tag.
final
- value → String
-
The string value.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toASN1(
) → ASN1Object - Encodes the data in ASN1 format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- domainNameTag → const int
- An ASN1 tag for domain names.
- uriTag → const int
- An ASN1 tag for the uris.