, including all inherited members.
_encryptionAlgorithm (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
_keyCache | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
_masterKeyAndIVCtr (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
addCachedKeyInformation(ContentInfo contentInfo, KeyAndIV keyAndIV) (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
clone() (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [pure virtual] |
ContentKeys(String encryptionAlgorithm, byte[] masterEncryptionKey, byte[] masterIVCtr) (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
ContentKeys(String encryptionAlgorithm, Key masterEncryptionKey, byte[] masterIVCtr) (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
ContentKeys(ContentKeys other) (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
DEFAULT_CIPHER_ALGORITHM (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [static] |
DEFAULT_KEY_ALGORITHM (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [static] |
DEFAULT_KEY_LENGTH (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [static] |
getBaseAlgorithm() | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
getCachedKeyInformation(ContentInfo contentInfo) (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
getCipher() | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
getEncryptionAlgorithm() | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
getKeyAlgorithm() | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
getMasterIVCtr() (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
getMasterKey() (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
getRandom() (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected, static] |
getSegmentCipher(ContentName contentName, PublisherPublicKeyDigest publisher, long segmentNumber, boolean encryption) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected, pure virtual] |
getSegmentDecryptionCipher(ContentName contentName, PublisherPublicKeyDigest publisher, long segmentNumber) | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
getSegmentEncryptionCipher(ContentName contentName, PublisherPublicKeyDigest publisher, long segmentNumber) | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
hasCachedKeyInformation(ContentInfo contentInfo) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [protected] |
requireDefaultAlgorithm() | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
segmentNumberToByteArray(long segmentNumber) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [static] |