| Class | Description |
|---|---|
| AbstractCipherImpl |
This class holds common methods used by both Cipher and Decipher.
|
| AbstractDH |
Abstract class for DiffieHellman and DiffieHellmanGroup.
|
| CipherImpl | |
| ConnectionImpl |
This is the implementation of a TLS connection.
|
| CryptoLoader |
This is a singleton class to ensure that we only load the BouncyCastle crypto provider once
per JVM, but for startup time reasons we don't load it until we actually require the "crypto"
module once.
|
| DecipherImpl | |
| DefaultTrustStore |
The purpose of this singleton class is to retrieve the default trust store (the one with the built-in CA
certificates.
|
| DHGroupImpl | |
| DHImpl | |
| HashImpl | |
| MacImpl | |
| SecureContextImpl | |
| SignImpl | |
| VerifyImpl |
Copyright © 2016 Apigee Corporation. All Rights Reserved.