| Package | Description |
|---|---|
| net.named_data.jndn.security |
| Modifier and Type | Method and Description |
|---|---|
KeyIdType |
KeyParams.getKeyIdType() |
static KeyIdType |
KeyIdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyIdType[] |
KeyIdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AesKeyParams(int size,
KeyIdType keyIdType) |
EcdsaKeyParams(int size,
KeyIdType keyIdType)
Deprecated.
|
EcKeyParams(int size,
KeyIdType keyIdType) |
KeyParams(KeyType keyType,
KeyIdType keyIdType)
Create a key generation parameter.
|
RsaKeyParams(int size,
KeyIdType keyIdType) |
Copyright © 2019. All rights reserved.