public static class PaymentProtocol.PkiVerificationData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
displayName
Display name of the payment requestor, could be a domain name, email address, legal name, etc
|
java.security.PublicKey |
merchantSigningKey
SSL public key that was used to sign.
|
java.security.cert.TrustAnchor |
rootAuthority
Object representing the CA that verified the merchant's ID
|
java.lang.String |
rootAuthorityName
String representing the display name of the CA that verified the merchant's ID
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String displayName
public final java.security.PublicKey merchantSigningKey
public final java.security.cert.TrustAnchor rootAuthority
public final java.lang.String rootAuthorityName