org.ccnx.ccn.impl.security.crypto.KDFContentKeys Member List

This is the complete list of members for org.ccnx.ccn.impl.security.crypto.KDFContentKeys, including all inherited members.

_encryptionAlgorithm (defined in org.ccnx.ccn.impl.security.crypto.ContentKeys)org.ccnx.ccn.impl.security.crypto.ContentKeys [protected]
_keyCacheorg.ccnx.ccn.impl.security.crypto.ContentKeys [protected]
_label (defined in org.ccnx.ccn.impl.security.crypto.KDFContentKeys)org.ccnx.ccn.impl.security.crypto.KDFContentKeys [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]
buildEncryptedIV(KeyAndIV keyAndIV, long segmentNumber, int ivLen)org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys
buildIVCtr(KeyAndIV keyAndIV, long segmentNumber, int ivCtrLen)org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys
clone() (defined in org.ccnx.ccn.impl.security.crypto.KDFContentKeys)org.ccnx.ccn.impl.security.crypto.KDFContentKeys [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]
EncryptedIVStaticContentKeys(String encryptionAlgorithm, byte[] key, byte[] ivctr)org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys
EncryptedIVStaticContentKeys(byte[] key, byte[] ivctr)org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys
EncryptedIVStaticContentKeys(String encryptionAlgorithm, Key key, byte[] ivCtr)org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys
EncryptedIVStaticContentKeys(ContentKeys other) (defined in org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys)org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys
generateRandomKeys(String label)org.ccnx.ccn.impl.security.crypto.KDFContentKeys [static]
org::ccnx::ccn::impl::security::crypto::EncryptedIVStaticContentKeys.generateRandomKeys()org.ccnx.ccn.impl.security.crypto.EncryptedIVStaticContentKeys [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.KDFContentKeys)org.ccnx.ccn.impl.security.crypto.KDFContentKeys [protected]
getLabel() (defined in org.ccnx.ccn.impl.security.crypto.KDFContentKeys)org.ccnx.ccn.impl.security.crypto.KDFContentKeys
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]
KDFContentKeys(String encryptionAlgorithm, byte[] masterKey, String label)org.ccnx.ccn.impl.security.crypto.KDFContentKeys
KDFContentKeys(byte[] masterKey, String label)org.ccnx.ccn.impl.security.crypto.KDFContentKeys
KDFContentKeys(String encryptionAlgorithm, Key masterKey, String label)org.ccnx.ccn.impl.security.crypto.KDFContentKeys
KDFContentKeys(KDFContentKeys other) (defined in org.ccnx.ccn.impl.security.crypto.KDFContentKeys)org.ccnx.ccn.impl.security.crypto.KDFContentKeys
KDFContentKeys(ContentKeys other, String label) (defined in org.ccnx.ccn.impl.security.crypto.KDFContentKeys)org.ccnx.ccn.impl.security.crypto.KDFContentKeys
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]
setLabel(String newLabel) (defined in org.ccnx.ccn.impl.security.crypto.KDFContentKeys)org.ccnx.ccn.impl.security.crypto.KDFContentKeys
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


Generated on Thu Feb 16 00:44:57 2012 for Content-Centric Networking in Java by  doxygen 1.5.6