| Package | Description |
|---|---|
| anon.client.crypto | |
| anon.crypto |
| Modifier and Type | Method and Description |
|---|---|
MyRSAPublicKey |
ASymMixCipherPlainRSA.getPublicKey() |
MyRSAPublicKey |
IASymMixCipher.getPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
static MyRSAPublicKey |
MyRSAPublicKey.getInstance(byte[] encoded) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
XMLEncryption.encryptElement(org.w3c.dom.Element elemPlain,
MyRSAPublicKey publicKey)
Encrypts an Element using a public key.
|
static org.w3c.dom.Node |
XMLEncryption.getEncryptedElement(org.w3c.dom.Element elemPlain,
MyRSAPublicKey publicKey)
Returns a node which is the encrypted version of elemPlain.
|
void |
MyRSA.init(MyRSAPublicKey key)
inits the cipher for encryption
|
Copyright © 2023. All rights reserved.