Class ApiKey.SecretKey.EncryptedSecret

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.iam.ApiKey.SecretKey.EncryptedSecret
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ApiKey.SecretKey

public static class ApiKey.SecretKey.EncryptedSecret extends StripeObject
The encrypted secret for the API key. Only included when a key is first created.
  • Constructor Details

    • EncryptedSecret

      public EncryptedSecret()
  • Method Details

    • getCiphertext

      public String getCiphertext()
    • getFormat

      public String getFormat()
    • getRecipientKeyId

      public String getRecipientKeyId()
    • setCiphertext

      public void setCiphertext(String ciphertext)
    • setFormat

      public void setFormat(String format)
    • setRecipientKeyId

      public void setRecipientKeyId(String recipientKeyId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object