Package com.iizix.push.vapid
Class Encrypted.Builder
- java.lang.Object
- com.iizix.push.vapid.Encrypted.Builder
- Enclosing class:
- Encrypted
public static class Encrypted.Builder extends java.lang.Object
Constructor Summary
Constructors Constructor Description Builder()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Encrypted
build()
Encrypted.Builder
withCiphertext(byte[] ciphertext)
Encrypted.Builder
withPublicKey(java.security.PublicKey publicKey)
Encrypted.Builder
withSalt(byte[] salt)
Method Detail
withPublicKey
public Encrypted.Builder withPublicKey(java.security.PublicKey publicKey)
withSalt
public Encrypted.Builder withSalt(byte[] salt)
withCiphertext
public Encrypted.Builder withCiphertext(byte[] ciphertext)
build
public Encrypted build()