| Package | Description |
|---|---|
| net.named_data.jndn.security.certificate | |
| net.named_data.jndn.security.identity |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
Certificate.getPublicKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Certificate.setPublicKeyInfo(PublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
FilePrivateKeyStorage.getPublicKey(Name keyName)
Get the public key
|
abstract PublicKey |
PrivateKeyStorage.getPublicKey(Name keyName)
Get the public key
|
PublicKey |
MemoryPrivateKeyStorage.getPublicKey(Name keyName)
Get the public key
|
PublicKey |
IdentityManager.getPublicKey(Name keyName)
Get the public key with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityCertificate |
IdentityManager.createIdentityCertificate(Name certificatePrefix,
PublicKey publickey,
Name signerCertificateName,
double notBefore,
double notAfter)
Create an identity certificate for a public key supplied by the caller.
|
Copyright © 2015. All rights reserved.