DSPublicKeyDetail class abstract
DSPublicKeyDetail
Properties:
- brand - Card brand.
- directoryServerId - Directory Server (DS) identifier.
- fromSDKVersion - The version of the mobile 3D Secure 2 SDK. For the possible values, refer to the versions in Adyen 3DS2 Android and Adyen 3DS2 iOS.
- publicKey - Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.
- rootCertificates - Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.
- Annotations
-
- @BuiltValue.new()
Constructors
- DSPublicKeyDetail([void updates(DSPublicKeyDetailBuilder b)])
-
factory
Properties
- brand → String?
-
Card brand.
no setter
- directoryServerId → String?
-
Directory Server (DS) identifier.
no setter
- fromSDKVersion → String?
-
The version of the mobile 3D Secure 2 SDK. For the possible values, refer to the versions in Adyen 3DS2 Android and Adyen 3DS2 iOS.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- publicKey → String?
-
Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.
no setter
- rootCertificates → String?
-
Directory Server root certificates. The 3D Secure 2 SDK verifies the ACS signed content using the rootCertificates.
no setter
- 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
-
rebuild(
dynamic updates(DSPublicKeyDetailBuilder)) → DSPublicKeyDetail -
Rebuilds the instance.
inherited
-
toBuilder(
) → DSPublicKeyDetailBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
DSPublicKeyDetail> -
no setter