| Package | Description |
|---|---|
| net.named_data.jndn.security |
| Modifier and Type | Method and Description |
|---|---|
SafeBag |
KeyChain.exportSafeBag(CertificateV2 certificate)
Export a certificate and its corresponding private key in a SafeBag, with a
null password which exports an unencrypted PKCS #8 PrivateKeyInfo.
|
SafeBag |
KeyChain.exportSafeBag(CertificateV2 certificate,
ByteBuffer password)
Export a certificate and its corresponding private key in a SafeBag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyChain.importSafeBag(SafeBag safeBag)
Import a certificate and its corresponding private key encapsulated in a
SafeBag, with a null password which imports an unencrypted PKCS #8
PrivateKeyInfo.
|
void |
KeyChain.importSafeBag(SafeBag safeBag,
ByteBuffer password)
Import a certificate and its corresponding private key encapsulated in a
SafeBag.
|
Copyright © 2019. All rights reserved.