| Package | Description |
|---|---|
| net.named_data.jndn.security | |
| net.named_data.jndn.security.identity |
| Modifier and Type | Method and Description |
|---|---|
static KeyClass |
KeyClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyClass[] |
KeyClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilePrivateKeyStorage.doesKeyExist(Name keyName,
KeyClass keyClass)
Check if a particular key exists.
|
abstract boolean |
PrivateKeyStorage.doesKeyExist(Name keyName,
KeyClass keyClass)
Check if a particular key exists.
|
boolean |
MemoryPrivateKeyStorage.doesKeyExist(Name keyName,
KeyClass keyClass)
Check if a particular key exists.
|
Copyright © 2016. All rights reserved.