Class PaymentProtocol.PkiVerificationData

java.lang.Object
org.bitcoinj.protocols.payments.PaymentProtocol.PkiVerificationData
Enclosing class:
PaymentProtocol

public static class PaymentProtocol.PkiVerificationData extends Object
Information about the X.509 signature's issuer and subject.
  • Field Details

    • displayName

      public final String displayName
      Display name of the payment requestor, could be a domain name, email address, legal name, etc
    • 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
  • Method Details