Class RequestedKey

java.lang.Object
com.pingidentity.sdk.pingonewallet.types.RequestedKey

public class RequestedKey extends Object
  • Constructor Details

    • RequestedKey

      public RequestedKey(String cardKey, String cardType)
    • RequestedKey

      public RequestedKey(@NonNull String key)
  • Method Details

    • getKeysFrom

      public static List<RequestedKey> getKeysFrom(@NonNull com.pingidentity.did.sdk.w3c.verifiableCredential.InputDescriptor inputDescriptor)
    • getRawKey

      public String getRawKey()
      A raw String that can be parsed to obtain the cardKey and cardType
      Returns:
      String
    • getCardKey

      @Nullable public String getCardKey()
      The key requested in the rawKey
      Returns:
      String
    • getCardType

      @Nullable public String getCardType()
      The type of card requested in the rawKey
      Returns:
      String
    • isEmpty

      public boolean isEmpty()