, 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] |
BLOCK_COUNTER_LENGTH (defined in org.ccnx.ccn.impl.security.crypto.StaticContentKeys) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | [static] |
buildIVCtr(KeyAndIV keyAndIV, long segmentNumber, int ctrLen) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | |
clone() (defined in org.ccnx.ccn.impl.security.crypto.StaticContentKeys) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | [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] |
generateRandomKeys() | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | [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] |
getKeyAndIVForContent(ContentName contentName, PublisherPublicKeyDigest publisher, long segmentNumber) (defined in org.ccnx.ccn.impl.security.crypto.StaticContentKeys) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | [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.StaticContentKeys | [protected, 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] |
IV_MASTER_LENGTH (defined in org.ccnx.ccn.impl.security.crypto.StaticContentKeys) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | [static] |
requireDefaultAlgorithm() | org.ccnx.ccn.impl.security.crypto.ContentKeys | |
SEGMENT_NUMBER_LENGTH (defined in org.ccnx.ccn.impl.security.crypto.StaticContentKeys) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | [static] |
segmentNumberToByteArray(long segmentNumber) | org.ccnx.ccn.impl.security.crypto.ContentKeys | [static] |
segmentSeedValue(byte[] ivCtr, long segmentNumber, int seedLen) (defined in org.ccnx.ccn.impl.security.crypto.StaticContentKeys) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | [static] |
StaticContentKeys(String encryptionAlgorithm, byte[] key, byte[] ivCtr) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | |
StaticContentKeys(byte[] key, byte[] ivCtr) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | |
StaticContentKeys(String encryptionAlgorithm, Key key, byte[] ivCtr) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | |
StaticContentKeys(ContentKeys other) (defined in org.ccnx.ccn.impl.security.crypto.StaticContentKeys) | org.ccnx.ccn.impl.security.crypto.StaticContentKeys | |