See: Description
| Interface | Description |
|---|---|
| AbstractKeyExchange | |
| JCEAlgorithms |
Interface containing the JCE algorithms required by the API.
|
| SshEd25519PrivateKey | |
| SshEd25519PublicKey | |
| SshEd448PrivateKey | |
| SshEd448PublicKey |
| Class | Description |
|---|---|
| AbstractDigest |
An abstract class that implements the
Digest
interface to provide support for JCE based digests. |
| AbstractHmac |
An abstract class that implements the
SshHmac
interface to provide support for JCE based message authentication. |
| AbstractJCECipher |
An abstract base class for defining SSH ciphers which use a JCE
provider instead of the internal Maverick Crypto provider.
|
| AES128Cbc |
An implementation of the AES 128 bit cipher using a JCE provider.
|
| AES128Ctr | |
| AES128Gcm | |
| AES192Cbc |
An implementation of the AES 128 bit cipher using a JCE provider.
|
| AES192Ctr | |
| AES256Cbc |
An implementation of the AES 128 bit cipher using a JCE provider.
|
| AES256Ctr | |
| AES256Gcm | |
| ArcFour | |
| ArcFour128 | |
| ArcFour256 | |
| BlowfishCbc |
An implementation of the Blowfish cipher using a JCE provider.
|
| ChaCha20Poly1305 | |
| ChaCha20Poly1305.ChaCha20 | |
| ChaCha20Poly1305.Poly1305 |
Poly1305 message authentication code, designed by D.
|
| Curve25519 | |
| ECUtils | |
| HmacMD5 |
MD5 message authentication implementation.
|
| HmacMD596 |
MD5 message authentication implementation.
|
| HmacMD5ETM |
MD5 message authentication implementation.
|
| HmacRipeMd160 |
SHA-1 message authentication implementation.
|
| HmacRipeMd160ETM |
SHA-1 message authentication implementation.
|
| HmacSha1 |
SHA-1 message authentication implementation.
|
| HmacSha196 |
SHA-1 message authentication implementation.
|
| HmacSha1ETM |
SHA-1 message authentication implementation.
|
| HmacSha256 |
SHA-1 message authentication implementation.
|
| HmacSha256_96 |
SHA-1 message authentication implementation.
|
| HmacSha256_at_ssh_dot_com |
SHA-1 message authentication implementation.
|
| HmacSha256ETM |
SHA-1 message authentication implementation.
|
| HmacSha512 |
SHA-1 message authentication implementation.
|
| HmacSha512_96 |
SHA-1 message authentication implementation.
|
| HmacSha512ETM |
SHA-1 message authentication implementation.
|
| JCEComponentManager |
A component manager for the Java runtime JCE provider.
|
| JCEProvider | |
| MD5Digest |
MD5 digest implementation.
|
| OpenSshEcdsaCertificate | |
| OpenSshEcdsaSha2Nist256Certificate | |
| OpenSshEcdsaSha2Nist384Certificate | |
| OpenSshEcdsaSha2Nist521Certificate | |
| OpenSshEd25519Certificate | |
| OpenSshRsaCertificate |
A RSA public key implementation which uses a JCE provider.
|
| SecureRND |
Secure random number generator implementation for JCE provider.
|
| SHA1Digest |
SHA-1 digest implementation.
|
| SHA256Digest |
SHA-1 digest implementation.
|
| SHA384Digest |
SHA-1 digest implementation.
|
| SHA512Digest |
SHA-1 digest implementation.
|
| Ssh2BaseDsaPrivateKey | |
| Ssh2BaseJCEPrivateKey | |
| Ssh2BaseRsaPrivateKey | |
| Ssh2DsaPrivateKey |
DSA private key implementation for the SSH2 protocol.
|
| Ssh2DsaPublicKey |
A DSA public key implementation which uses a JCE provider.
|
| Ssh2EcdsaSha2Nist256PublicKey | |
| Ssh2EcdsaSha2Nist384PublicKey | |
| Ssh2EcdsaSha2Nist521PublicKey | |
| Ssh2EcdsaSha2NistPrivateKey | |
| Ssh2EcdsaSha2NistPublicKey | |
| Ssh2RsaPrivateCrtKey |
RSA co-efficient private key implementation for SSH2 protocol.
|
| Ssh2RsaPrivateKey |
RSA private key implementation for the SSH2 protocol.
|
| Ssh2RsaPublicKey |
A RSA public key implementation which uses a JCE provider.
|
| Ssh2RsaPublicKeySHA256 | |
| Ssh2RsaPublicKeySHA512 | |
| SshEd25519PrivateKeyJCE | |
| SshEd25519PublicKeyJCE | |
| SshEd448PrivateKeyJCE | |
| SshEd448PublicKeyJCE | |
| TripleDesCbc |
An implementation of the 3DES cipher using a JCE provider.
|
| TripleDesCtr |
An implementation of the 3DES cipher using a JCE provider.
|
| Exception | Description |
|---|
This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider.
Copyright © 2022. All rights reserved.