public static class PaymentProtocol.PkiVerificationData extends Object
Modifier and Type | Field and Description |
---|---|
String |
displayName
Display name of the payment requestor, could be a domain name, email address, legal name, etc
|
PublicKey |
merchantSigningKey
SSL public key that was used to sign.
|
TrustAnchor |
rootAuthority
Object representing the CA that verified the merchant's ID
|
String |
rootAuthorityName
String representing the display name of the CA that verified the merchant's ID
|
public final String displayName
public final PublicKey merchantSigningKey
public final TrustAnchor rootAuthority
public final String rootAuthorityName
Copyright © 2016. All rights reserved.