Uses of Class
org.cryptacular.adapter.AbstractWrappedKey
Packages that use AbstractWrappedKey
-
Uses of AbstractWrappedKey in org.cryptacular.adapter
Subclasses of AbstractWrappedKey in org.cryptacular.adapterModifier and TypeClassDescriptionclass
AbstractWrappedDSAKey<T extends org.bouncycastle.crypto.params.DSAKeyParameters>
Base class for DSA wrapped keys.class
AbstractWrappedECKey<T extends org.bouncycastle.crypto.params.ECKeyParameters>
Base class for wrapped EC keys.class
AbstractWrappedRSAKey<T extends org.bouncycastle.crypto.params.RSAKeyParameters>
Base class for RSA wrapped keys.class
JCE/JDK DSA private key that wraps the corresponding BC DSA private key type,DSAPrivateKeyParameters
.class
JCE/JDK DSA public key that wraps the corresponding BC DSA public key type,DSAPublicKeyParameters
.class
JCE/JDK EC private key that wraps the corresponding BC EC private key type,ECPrivateKeyParameters
.class
JCE/JDK EC public key that wraps the corresponding BC EC public key type,ECPublicKeyParameters
.class
JCE/JDK RSA private key that wraps the corresponding BC RSA private key type,RSAPrivateCrtKeyParameters
.class
JCE/JDK RSA public key that wraps the corresponding BC RSA public key type,RSAKeyParameters
.