Package org.bitcoinj.protocols.payments
Class PaymentProtocol.PkiVerificationData
java.lang.Object
org.bitcoinj.protocols.payments.PaymentProtocol.PkiVerificationData
- Enclosing class:
- PaymentProtocol
Information about the X.509 signature's issuer and subject.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal StringDisplay name of the payment requestor, could be a domain name, email address, legal name, etcfinal PublicKeySSL public key that was used to sign.final TrustAnchorObject representing the CA that verified the merchant's IDfinal StringString representing the display name of the CA that verified the merchant's ID
- 
Method Summary
- 
Field Details- 
displayNameDisplay name of the payment requestor, could be a domain name, email address, legal name, etc
- 
merchantSigningKeySSL public key that was used to sign.
- 
rootAuthorityObject representing the CA that verified the merchant's ID
- 
rootAuthorityNameString representing the display name of the CA that verified the merchant's ID
 
- 
- 
Method Details