public static class SM2Ciphertext.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SM2Ciphertext |
build() |
SM2Ciphertext.Builder |
ciphertext(byte[] ciphertext) |
SM2Ciphertext.Builder |
coordX(byte[] coordX) |
SM2Ciphertext.Builder |
coordY(byte[] coordY) |
SM2Ciphertext.Builder |
digest(byte[] digest) |
SM2Ciphertext.Builder |
encodedCiphertext(byte[] encodedCiphertext) |
SM2Ciphertext.Builder |
format(SM2Ciphertext.Format format) |
public SM2Ciphertext.Builder format(SM2Ciphertext.Format format)
public SM2Ciphertext.Builder encodedCiphertext(byte[] encodedCiphertext)
public SM2Ciphertext.Builder coordX(byte[] coordX)
public SM2Ciphertext.Builder coordY(byte[] coordY)
public SM2Ciphertext.Builder digest(byte[] digest)
public SM2Ciphertext.Builder ciphertext(byte[] ciphertext)
public SM2Ciphertext build() throws java.io.IOException
java.io.IOException