Class RequestedKey
java.lang.Object
com.pingidentity.sdk.pingonewallet.types.RequestedKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe key requested in the rawKeyThe type of card requested in the rawKeystatic List<RequestedKey>
getKeysFrom
(com.pingidentity.did.sdk.w3c.verifiableCredential.InputDescriptor inputDescriptor) A raw String that can be parsed to obtain the cardKey and cardTypeboolean
isEmpty()
-
Constructor Details
-
RequestedKey
-
RequestedKey
-
-
Method Details
-
getKeysFrom
public static List<RequestedKey> getKeysFrom(@NonNull com.pingidentity.did.sdk.w3c.verifiableCredential.InputDescriptor inputDescriptor) -
getRawKey
A raw String that can be parsed to obtain the cardKey and cardType- Returns:
- String
-
getCardKey
The key requested in the rawKey- Returns:
- String
-
getCardType
The type of card requested in the rawKey- Returns:
- String
-
isEmpty
public boolean isEmpty()
-