org.ccnx.ccn.impl.security.crypto.jce.CCNCryptoProvider Class Reference
NOT CURRENTLY USED, may be used in future releases.
More...
List of all members.
Static Public Attributes |
static String | PROVIDER_NAME = "CCN" |
Static Package Attributes |
static final DERObjectIdentifier | id_aes128_wrapWithPad = new DERObjectIdentifier(NISTObjectIdentifiers.aes + ".8") |
static final DERObjectIdentifier | id_aes192_wrapWithPad = new DERObjectIdentifier(NISTObjectIdentifiers.aes + ".28") |
static final DERObjectIdentifier | id_aes256_wrapWithPad = new DERObjectIdentifier(NISTObjectIdentifiers.aes + ".48") |
Detailed Description
NOT CURRENTLY USED, may be used in future releases.
Create a Provider in order to host algorithms internal to us, or not yet supported by either Sun Java or BouncyCastle. For the most part, we expect the latter set to eventually be supported in a future BouncyCastle version. This allows us to use such algorithms within the Java Cryptography Extension (JCE) infrastructure. We have a Provider signing key, but have not had time to move over to either using our own Provider or seeing if we can get our changes incorporated by BouncyCastle.
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/impl/security/crypto/jce/CCNCryptoProvider.java