com.google.bitcoin.protocols.payments
Class PaymentSession.PkiVerificationData

java.lang.Object
  extended by com.google.bitcoin.protocols.payments.PaymentSession.PkiVerificationData
Enclosing class:
PaymentSession

public static class PaymentSession.PkiVerificationData
extends Object

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

name

public final String name
Display name of the payment requestor, could be a domain name, email address, legal name, etc


orgName

public final String orgName
The "org" part of the payment requestors ID.


merchantSigningKey

public final PublicKey merchantSigningKey
SSL public key that was used to sign.


rootAuthority

public final TrustAnchor rootAuthority
Object representing the CA that verified the merchant's ID


rootAuthorityName

public final String rootAuthorityName
String representing the display name of the CA that verified the merchant's ID



Copyright © 2014. All rights reserved.