Package com.iizix.push.vapid
Class Encrypted
- java.lang.Object
- com.iizix.push.vapid.Encrypted
public class Encrypted extends java.lang.Object
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Encrypted.Builder
Constructor Summary
Constructors Constructor Description Encrypted(java.security.PublicKey publicKey, byte[] salt, byte[] ciphertext)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getCiphertext()
java.security.PublicKey
getPublicKey()
byte[]
getSalt()