public class SM2Ciphertext
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SM2Ciphertext.Builder |
static class |
SM2Ciphertext.Format |
| Constructor and Description |
|---|
SM2Ciphertext(SM2Ciphertext.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static SM2Ciphertext.Builder |
builder() |
byte[] |
derC1C2C3() |
byte[] |
derC1C3C2() |
byte[] |
rawC1C2C3() |
byte[] |
rawC1C3C2() |
public SM2Ciphertext(SM2Ciphertext.Builder builder) throws java.io.IOException
java.io.IOExceptionpublic static SM2Ciphertext.Builder builder()
public byte[] rawC1C3C2()
public byte[] rawC1C2C3()
public byte[] derC1C3C2()
throws java.io.IOException
java.io.IOExceptionpublic byte[] derC1C2C3()
throws java.io.IOException
java.io.IOException