| Package | Description |
|---|---|
| net.named_data.jndn.security | |
| net.named_data.jndn.security.tpm |
| Modifier and Type | Method and Description |
|---|---|
PibIdentity |
KeyChain.createIdentityV2(Name identityName)
Create a security V2 identity for identityName.
|
PibIdentity |
KeyChain.createIdentityV2(Name identityName,
KeyParams params)
Create a security V2 identity for identityName.
|
PibKey |
KeyChain.createKey(PibIdentity identity)
Create a key for the identity according to getDefaultKeyParams().
|
PibKey |
KeyChain.createKey(PibIdentity identity,
KeyParams params)
Create a key for the identity according to params.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
Tpm.createKey_(Name identityName,
KeyParams params)
Create a key for the identityName according to params.
|
TpmKeyHandle |
TpmBackEnd.createKey(Name identityName,
KeyParams params)
Create a key for the identityName according to params.
|
Copyright © 2018. All rights reserved.