| Package | Description |
|---|---|
| net.named_data.jndn.security |
| Modifier and Type | Method and Description |
|---|---|
SigningInfo.SignerType |
SigningInfo.getSignerType()
Get the type of the signer.
|
static SigningInfo.SignerType |
SigningInfo.SignerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningInfo.SignerType[] |
SigningInfo.SignerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SigningInfo(SigningInfo.SignerType signerType)
Create a SigningInfo with the signerType and an empty signerName, with
other default values.
|
SigningInfo(SigningInfo.SignerType signerType,
Name signerName)
Create a SigningInfo with the signerType and signerName, with other default
values.
|
Copyright © 2018. All rights reserved.