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 Summary
Modifier and TypeFieldDescriptionfinal String
Display name of the payment requestor, could be a domain name, email address, legal name, etcfinal PublicKey
SSL public key that was used to sign.final TrustAnchor
Object representing the CA that verified the merchant's IDfinal String
String representing the display name of the CA that verified the merchant's ID -
Method Summary
-
Field Details
-
displayName
Display name of the payment requestor, could be a domain name, email address, legal name, etc -
merchantSigningKey
SSL public key that was used to sign. -
rootAuthority
Object representing the CA that verified the merchant's ID -
rootAuthorityName
String representing the display name of the CA that verified the merchant's ID
-
-
Method Details