| Package | Description |
|---|---|
| net.named_data.jndn.encrypt | |
| net.named_data.jndn.encrypt.algo | |
| net.named_data.jndn.security.certificate | |
| net.named_data.jndn.security.tpm |
| Modifier and Type | Method and Description |
|---|---|
EncryptAlgorithmType |
EncryptedContent.getAlgorithmType()
Get the algorithm type.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedContent |
EncryptedContent.setAlgorithmType(EncryptAlgorithmType algorithmType)
Set the algorithm type.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptAlgorithmType |
EncryptParams.getAlgorithmType()
Get the algorithm type.
|
static EncryptAlgorithmType |
EncryptAlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptAlgorithmType[] |
EncryptAlgorithmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptParams |
EncryptParams.setAlgorithmType(EncryptAlgorithmType algorithmType)
Set the algorithm type.
|
| Constructor and Description |
|---|
EncryptParams(EncryptAlgorithmType algorithmType)
Create an EncryptParams with the given algorithmType and an unspecified
initial vector.
|
EncryptParams(EncryptAlgorithmType algorithmType,
int initialVectorLength)
Create an EncryptParams with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
PublicKey.encrypt(Blob plainData,
EncryptAlgorithmType algorithmType)
Encrypt the plainData using the keyBits according the encrypt algorithm type.
|
Blob |
PublicKey.encrypt(byte[] plainData,
EncryptAlgorithmType algorithmType)
Encrypt the plainData using the keyBits according the encrypt algorithm type.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
TpmPrivateKey.decrypt(ByteBuffer cipherText,
EncryptAlgorithmType algorithmType)
Decrypt the cipherText using this private key according the encryption
algorithmType.
|
Copyright © 2018. All rights reserved.