Package org.cryptacular.adapter


package org.cryptacular.adapter
  • Class
    Description
    AbstractWrappedDSAKey<T extends org.bouncycastle.crypto.params.DSAKeyParameters>
    Base class for DSA wrapped keys.
    AbstractWrappedECKey<T extends org.bouncycastle.crypto.params.ECKeyParameters>
    Base class for wrapped EC keys.
    AbstractWrappedKey<T extends org.bouncycastle.crypto.params.AsymmetricKeyParameter>
    JCE/JDK key base class that wraps a BC native private key.
    AbstractWrappedRSAKey<T extends org.bouncycastle.crypto.params.RSAKeyParameters>
    Base class for RSA wrapped keys.
    Adapter for all block cipher types.
    Adapts a BufferedBlockCipher.
    Provides a consistent interface for cipher operations against dissimilar BC cipher types.
    Static factory with methods to convert from BC type to the corresponding JCE type.
    JCE/JDK DSA private key that wraps the corresponding BC DSA private key type, DSAPrivateKeyParameters.
    JCE/JDK DSA public key that wraps the corresponding BC DSA public key type, DSAPublicKeyParameters.
    JCE/JDK EC private key that wraps the corresponding BC EC private key type, ECPrivateKeyParameters.
    JCE/JDK EC public key that wraps the corresponding BC EC public key type, ECPublicKeyParameters.
    JCE/JDK RSA private key that wraps the corresponding BC RSA private key type, RSAPrivateCrtKeyParameters.
    JCE/JDK RSA public key that wraps the corresponding BC RSA public key type, RSAKeyParameters.