|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.bitcoin.protocols.payments.PaymentSession.PkiVerificationData
public static class PaymentSession.PkiVerificationData
Information about the X509 signature's issuer and subject.
| Field Summary | |
|---|---|
PublicKey |
merchantSigningKey
SSL public key that was used to sign. |
String |
name
Display name of the payment requestor, could be a domain name, email address, legal name, etc |
String |
orgName
The "org" part of the payment requestors ID. |
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 |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String name
public final String orgName
public final PublicKey merchantSigningKey
public final TrustAnchor rootAuthority
public final String rootAuthorityName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||