Serialized Form
-
Package org.cryptacular
-
Exception org.cryptacular.CryptoException
class CryptoException extends RuntimeException implements Serializable -
Exception org.cryptacular.EncodingException
class EncodingException extends RuntimeException implements Serializable -
Exception org.cryptacular.StreamException
class StreamException extends RuntimeException implements Serializable
-
-
Package org.cryptacular.adapter
-
Class org.cryptacular.adapter.AbstractWrappedDSAKey
class AbstractWrappedDSAKey extends AbstractWrappedKey<T extends org.bouncycastle.crypto.params.DSAKeyParameters> implements Serializable -
Class org.cryptacular.adapter.AbstractWrappedECKey
class AbstractWrappedECKey extends AbstractWrappedKey<T extends org.bouncycastle.crypto.params.ECKeyParameters> implements Serializable -
Class org.cryptacular.adapter.AbstractWrappedKey
class AbstractWrappedKey extends Object implements Serializable-
Serialized Fields
-
delegate
T extends org.bouncycastle.crypto.params.AsymmetricKeyParameter delegate
Wrapped key.
-
-
-
Class org.cryptacular.adapter.AbstractWrappedRSAKey
class AbstractWrappedRSAKey extends AbstractWrappedKey<T extends org.bouncycastle.crypto.params.RSAKeyParameters> implements Serializable -
Class org.cryptacular.adapter.WrappedDSAPrivateKey
class WrappedDSAPrivateKey extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPrivateKeyParameters> implements Serializable- serialVersionUID:
- 8393283358287883368L
-
Class org.cryptacular.adapter.WrappedDSAPublicKey
class WrappedDSAPublicKey extends AbstractWrappedDSAKey<org.bouncycastle.crypto.params.DSAPublicKeyParameters> implements Serializable- serialVersionUID:
- -3349509056520420431L
-
Class org.cryptacular.adapter.WrappedECPrivateKey
class WrappedECPrivateKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPrivateKeyParameters> implements Serializable- serialVersionUID:
- -2383997830074646642L
-
Class org.cryptacular.adapter.WrappedECPublicKey
class WrappedECPublicKey extends AbstractWrappedECKey<org.bouncycastle.crypto.params.ECPublicKeyParameters> implements Serializable- serialVersionUID:
- -8218654577692012657L
-
Class org.cryptacular.adapter.WrappedRSAPrivateCrtKey
class WrappedRSAPrivateCrtKey extends AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters> implements Serializable- serialVersionUID:
- 99555083744578278L
-
Class org.cryptacular.adapter.WrappedRSAPublicKey
class WrappedRSAPublicKey extends AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAKeyParameters> implements Serializable- serialVersionUID:
- -5733201361124222309L
-
-
Package org.cryptacular.generator
-
Exception org.cryptacular.generator.LimitException
class LimitException extends RuntimeException implements Serializable
-
-
Package org.cryptacular.spec
-
Class org.cryptacular.spec.BufferedBlockCipherSpec
class BufferedBlockCipherSpec extends Object implements Serializable- serialVersionUID:
- 2900237827716742605L
-
Class org.cryptacular.spec.KeyedBlockCipherSpec
class KeyedBlockCipherSpec extends BufferedBlockCipherSpec implements Serializable- serialVersionUID:
- -7623413862633189082L
-
Serialized Fields
-
keyLength
int keyLength
Key length in bits.
-
-