org.mozilla.jss.SecretDecoderRing
public class Encoding extends Object implements ASN1Value
| Nested Class Summary | |
|---|---|
| static class | Encoding.Template
An ASN.1 class for decoding the SecretDecoderRing result.
|
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| Encoding(byte[] keyID, byte[] iv, OBJECT_IDENTIFIER encOID, byte[] ctext) | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicitTag, OutputStream ostream) |
| byte[] | getCiphertext() |
| OBJECT_IDENTIFIER | getEncryptionOID() |
| byte[] | getIv() |
| byte[] | getKeyID() |
| Tag | getTag() |
| static Encoding.Template | getTemplate() |