| Interface | Description |
|---|---|
| OnDataValidationFailed |
A class implements OnDataValidationFailed if it has onDataValidationFailed
which is called by verifyData to report a failed verification.
|
| OnInterestValidationFailed |
A class implements OnInterestValidationFailed if it has
onInterestValidationFailed which is called by verifyInterest to report a
failed verification.
|
| OnVerified |
A class implements OnVerified if it has onVerified which is called by verifyData to report a successful verification.
|
| OnVerifiedInterest |
A class implements OnVerifiedInterest if it has onVerifiedInterest which is
called by verifyInterest to report a successful verification.
|
| OnVerifyFailed |
A class implements OnVerifyFailed if it has onVerifyFailed which is called by verifyData to report a failed verification.
|
| OnVerifyInterestFailed |
A class implements OnVerifyInterestFailed if it has onVerifyInterestFailed
which is called by verifyInterest to report a failed verification.
|
| Class | Description |
|---|---|
| AesKeyParams | |
| EcdsaKeyParams | |
| KeyChain |
KeyChain is the main class of the security library.
|
| KeyParams |
KeyParams is a base class for key parameters.
|
| RsaKeyParams | |
| ValidationRequest |
| Enum | Description |
|---|---|
| DigestAlgorithm | |
| KeyClass | |
| KeyType |
| Exception | Description |
|---|---|
| SecurityException |
SecurityException extends Exception for errors related to NDN security.
|
| UnrecognizedDigestAlgorithmException | |
| UnrecognizedKeyFormatException |
Copyright © 2016. All rights reserved.