ASN1DistinguishedNames class
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
oid(
) → String -
representation(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object value) → bool -
The equality operator.
override
Static Properties
-
values
→ Set<
ASN1DistinguishedNames> -
final
Static Methods
-
fromValue(
String? oid) → ASN1DistinguishedNames? -
quote(
String string) → String -
string(
{required ASN1Object block}) → String - Format subject/issuer information in RFC1779
Constants
- COMMON_NAME → const ASN1DistinguishedNames
- COUNTRY_NAME → const ASN1DistinguishedNames
- DN_QUALIFIER → const ASN1DistinguishedNames
- EMAIL → const ASN1DistinguishedNames
- GIVEN_NAME → const ASN1DistinguishedNames
- LOCALITY_NAME → const ASN1DistinguishedNames
- ORGANIZATION_NAME → const ASN1DistinguishedNames
- ORGANIZATIONAL_UNIT_NAME → const ASN1DistinguishedNames
- SERIAL_NUMBER → const ASN1DistinguishedNames
- STATE_OR_PROVINCE_NAME → const ASN1DistinguishedNames
- STREET_ADDRESS → const ASN1DistinguishedNames
- SURNAME → const ASN1DistinguishedNames