Class Encrypted

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

public class Encrypted extends Object
  • Constructor Details

    • Encrypted

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

    • getPublicKey

      public PublicKey getPublicKey()
    • getSalt

      public byte[] getSalt()
    • getCiphertext

      public byte[] getCiphertext()