Class Encrypted

java.lang.Object
com.iizix.push.vapid.Encrypted

public class Encrypted extends Object
  • Constructor Details Link icon

    • Encrypted Link icon

      public Encrypted(PublicKey publicKey, byte[] salt, byte[] ciphertext)
  • Method Details Link icon

    • getPublicKey Link icon

      public PublicKey getPublicKey()
    • getSalt Link icon

      public byte[] getSalt()
    • getCiphertext Link icon

      public byte[] getCiphertext()