- b2s(byte) - Static method in class org.apache.commons.ssl.util.IPAddressParser
-
- backup - Static variable in class org.apache.commons.ssl.LogWrapper
-
OutputStream to log to if log4j is not available.
- BAD_COUNTRY_2LDS - Static variable in class org.apache.commons.ssl.HostnameVerifier.AbstractVerifier
-
This contains a list of 2nd-level domains that aren't allowed to
have wildcards when combined with country-codes.
- Base64 - Class in org.apache.commons.ssl
-
Provides Base64 encoding and decoding as defined by RFC 2045.
- Base64() - Constructor for class org.apache.commons.ssl.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(boolean) - Constructor for class org.apache.commons.ssl.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
- Base64(int) - Constructor for class org.apache.commons.ssl.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[]) - Constructor for class org.apache.commons.ssl.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean) - Constructor for class org.apache.commons.ssl.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- base64 - Variable in class org.apache.commons.ssl.Base64InputStream
-
- base64 - Variable in class org.apache.commons.ssl.Base64OutputStream
-
- Base64InputStream - Class in org.apache.commons.ssl
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64InputStream(InputStream) - Constructor for class org.apache.commons.ssl.Base64InputStream
-
Creates a Base64InputStream such that all data read is Base64-decoded from the original provided InputStream.
- Base64InputStream(InputStream, boolean) - Constructor for class org.apache.commons.ssl.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
provided InputStream.
- Base64InputStream(InputStream, boolean, int, byte[]) - Constructor for class org.apache.commons.ssl.Base64InputStream
-
Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
provided InputStream.
- Base64OutputStream - Class in org.apache.commons.ssl
-
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
- Base64OutputStream(OutputStream) - Constructor for class org.apache.commons.ssl.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is Base64-encoded to the original provided OutputStream.
- Base64OutputStream(OutputStream, boolean) - Constructor for class org.apache.commons.ssl.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
original provided OutputStream.
- Base64OutputStream(OutputStream, boolean, int, byte[]) - Constructor for class org.apache.commons.ssl.Base64OutputStream
-
Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
original provided OutputStream.
- beginBase64(String) - Static method in class org.apache.commons.ssl.PEMUtil
-
- BER - Static variable in class org.apache.commons.ssl.asn1.ASN1Encodable
-
- BERConstructedOctetString - Class in org.apache.commons.ssl.asn1
-
- BERConstructedOctetString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
- BERConstructedOctetString(Vector) - Constructor for class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
- BERConstructedOctetString(DERObject) - Constructor for class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
- BERConstructedOctetString(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
- BERConstructedSequence - Class in org.apache.commons.ssl.asn1
-
- BERConstructedSequence() - Constructor for class org.apache.commons.ssl.asn1.BERConstructedSequence
-
Deprecated.
- BERGenerator - Class in org.apache.commons.ssl.asn1
-
- BERGenerator(OutputStream) - Constructor for class org.apache.commons.ssl.asn1.BERGenerator
-
- BERGenerator(OutputStream, int, boolean) - Constructor for class org.apache.commons.ssl.asn1.BERGenerator
-
- BERInputStream - Class in org.apache.commons.ssl.asn1
-
- BERInputStream(InputStream) - Constructor for class org.apache.commons.ssl.asn1.BERInputStream
-
Deprecated.
- BERNull - Class in org.apache.commons.ssl.asn1
-
A BER NULL object.
- BERNull() - Constructor for class org.apache.commons.ssl.asn1.BERNull
-
- BEROctetStringGenerator - Class in org.apache.commons.ssl.asn1
-
- BEROctetStringGenerator(OutputStream) - Constructor for class org.apache.commons.ssl.asn1.BEROctetStringGenerator
-
- BEROctetStringGenerator(OutputStream, int, boolean) - Constructor for class org.apache.commons.ssl.asn1.BEROctetStringGenerator
-
- BEROctetStringGenerator.BufferedBEROctetStream - Class in org.apache.commons.ssl.asn1
-
- BEROctetStringParser - Class in org.apache.commons.ssl.asn1
-
- BEROctetStringParser(ASN1ObjectParser) - Constructor for class org.apache.commons.ssl.asn1.BEROctetStringParser
-
- BEROutputStream - Class in org.apache.commons.ssl.asn1
-
- BEROutputStream(OutputStream) - Constructor for class org.apache.commons.ssl.asn1.BEROutputStream
-
- BERSequence - Class in org.apache.commons.ssl.asn1
-
- BERSequence() - Constructor for class org.apache.commons.ssl.asn1.BERSequence
-
create an empty sequence
- BERSequence(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.BERSequence
-
create a sequence containing one object
- BERSequence(DEREncodableVector) - Constructor for class org.apache.commons.ssl.asn1.BERSequence
-
create a sequence containing a vector of objects.
- BERSequenceGenerator - Class in org.apache.commons.ssl.asn1
-
- BERSequenceGenerator(OutputStream) - Constructor for class org.apache.commons.ssl.asn1.BERSequenceGenerator
-
- BERSequenceGenerator(OutputStream, int, boolean) - Constructor for class org.apache.commons.ssl.asn1.BERSequenceGenerator
-
- BERSequenceParser - Class in org.apache.commons.ssl.asn1
-
- BERSequenceParser(ASN1ObjectParser) - Constructor for class org.apache.commons.ssl.asn1.BERSequenceParser
-
- BERSet - Class in org.apache.commons.ssl.asn1
-
- BERSet() - Constructor for class org.apache.commons.ssl.asn1.BERSet
-
create an empty sequence
- BERSet(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.BERSet
-
create a set containing one object
- BERSet(DEREncodableVector) - Constructor for class org.apache.commons.ssl.asn1.BERSet
-
- BERSet(DEREncodableVector, boolean) - Constructor for class org.apache.commons.ssl.asn1.BERSet
-
- BERSetParser - Class in org.apache.commons.ssl.asn1
-
- BERSetParser(ASN1ObjectParser) - Constructor for class org.apache.commons.ssl.asn1.BERSetParser
-
- BERTaggedObject - Class in org.apache.commons.ssl.asn1
-
BER TaggedObject - in ASN.1 nottation this is any object proceeded by
a [n] where n is some number - these are assume to follow the construction
rules (as with sequences).
- BERTaggedObject(int, DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.BERTaggedObject
-
- BERTaggedObject(boolean, int, DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.BERTaggedObject
-
- BERTaggedObject(int) - Constructor for class org.apache.commons.ssl.asn1.BERTaggedObject
-
create an implicitly tagged object that contains a zero
length sequence.
- BERTaggedObjectParser - Class in org.apache.commons.ssl.asn1
-
- BERTaggedObjectParser(int, int, InputStream) - Constructor for class org.apache.commons.ssl.asn1.BERTaggedObjectParser
-
- BIGGEST - Static variable in class org.apache.commons.ssl.ASN1Util
-
- bigPayload - Variable in class org.apache.commons.ssl.ASN1Structure
-
- bind(SocketAddress) - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- bind(SocketAddress, int) - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- bind(SocketAddress) - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- BIT_STRING - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-
- blockMode - Variable in class org.apache.commons.ssl.OpenSSL.CipherInfo
-
- BMP_STRING - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-
- BOOLEAN - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-
- buffer - Variable in class org.apache.commons.ssl.Base64
-
Buffer for streaming.
- BufferedBEROctetStream(byte[]) - Constructor for class org.apache.commons.ssl.asn1.BEROctetStringGenerator.BufferedBEROctetStream
-
- build(byte[], char[]) - Static method in class org.apache.commons.ssl.KeyStoreBuilder
-
- build(byte[], byte[], char[]) - Static method in class org.apache.commons.ssl.KeyStoreBuilder
-
- build(byte[], byte[], char[], char[]) - Static method in class org.apache.commons.ssl.KeyStoreBuilder
-
- buildChain(Key, Certificate[]) - Static method in class org.apache.commons.ssl.KeyStoreBuilder
-
Builds the chain up such that chain[ 0 ] contains the public key
corresponding to the supplied private key.
- buildConstructedOctetString(DERObject) - Method in class org.apache.commons.ssl.asn1.ASN1InputStream
-
- buildConstructedOctetString() - Method in class org.apache.commons.ssl.asn1.BERInputStream
-
Deprecated.
- buildDerConstructedOctetString(int) - Method in class org.apache.commons.ssl.asn1.ASN1InputStream
-
- buildDerEncodableVector(int) - Method in class org.apache.commons.ssl.asn1.ASN1InputStream
-
- buildEncodableVector(DERObject) - Method in class org.apache.commons.ssl.asn1.ASN1InputStream
-
- buildKeyManagerFactory(KeyStore, char[]) - Method in class org.apache.commons.ssl.Java13
-
- buildKeyManagerFactory(KeyStore, char[]) - Method in class org.apache.commons.ssl.Java14
-
- buildKeyManagerFactory(KeyStore, char[]) - Method in class org.apache.commons.ssl.JavaImpl
-
- buildObject(int, int, int) - Method in class org.apache.commons.ssl.asn1.ASN1InputStream
-
build an object given its tag and the number of bytes to construct it from.
- buildObject(int, byte[]) - Method in class org.apache.commons.ssl.asn1.DERInputStream
-
Deprecated.
build an object given its tag and a byte stream to construct it
from.
- buildPath(X509Certificate, Certificate[]) - Static method in class org.apache.commons.ssl.X509CertificateChainBuilder
-
Builds the ordered certificate chain upwards from the startingPoint.
- buildPath(X509Certificate, Collection) - Static method in class org.apache.commons.ssl.X509CertificateChainBuilder
-
Builds the ordered certificate chain upwards from the startingPoint.
- buildPlainSocket(SSL, String, int, InetAddress, int, int) - Method in class org.apache.commons.ssl.Java13
-
- buildPlainSocket(SSL, String, int, InetAddress, int, int) - Method in class org.apache.commons.ssl.Java14
-
- buildPlainSocket(SSL, String, int, InetAddress, int, int) - Method in class org.apache.commons.ssl.JavaImpl
-
- BuildResult(List, List, KeyStore) - Constructor for class org.apache.commons.ssl.KeyStoreBuilder.BuildResult
-
- buildRuntimeException(Exception) - Method in class org.apache.commons.ssl.Java13
-
- buildRuntimeException(Exception) - Method in class org.apache.commons.ssl.Java14
-
- buildRuntimeException(Exception) - Method in class org.apache.commons.ssl.JavaImpl
-
- buildServerSocket(SSL) - Method in class org.apache.commons.ssl.Java13
-
- buildServerSocket(SSL) - Method in class org.apache.commons.ssl.Java14
-
- buildServerSocket(SSL) - Method in class org.apache.commons.ssl.JavaImpl
-
- buildSocket(SSL) - Method in class org.apache.commons.ssl.Java13
-
- buildSocket(SSL, String, int, InetAddress, int, int) - Method in class org.apache.commons.ssl.Java13
-
- buildSocket(SSL) - Method in class org.apache.commons.ssl.Java14
-
- buildSocket(SSL, String, int, InetAddress, int, int) - Method in class org.apache.commons.ssl.Java14
-
- buildSocket(SSL) - Method in class org.apache.commons.ssl.JavaImpl
-
- buildSocket(SSL, String, int, InetAddress, int, int) - Method in class org.apache.commons.ssl.JavaImpl
-
- buildSSLServerSocketFactory(Object) - Method in class org.apache.commons.ssl.Java13
-
- buildSSLServerSocketFactory(Object) - Method in class org.apache.commons.ssl.Java14
-
- buildSSLServerSocketFactory(Object) - Method in class org.apache.commons.ssl.JavaImpl
-
- buildSSLSocketFactory(Object) - Method in class org.apache.commons.ssl.Java13
-
- buildSSLSocketFactory(Object) - Method in class org.apache.commons.ssl.Java14
-
- buildSSLSocketFactory(Object) - Method in class org.apache.commons.ssl.JavaImpl
-
- buildTrustManagerFactory(KeyStore) - Method in class org.apache.commons.ssl.Java13
-
- buildTrustManagerFactory(KeyStore) - Method in class org.apache.commons.ssl.Java14
-
- buildTrustManagerFactory(KeyStore) - Method in class org.apache.commons.ssl.JavaImpl
-
- ByteArrayReadLine - Class in org.apache.commons.ssl.util
-
- ByteArrayReadLine(ByteArrayInputStream) - Constructor for class org.apache.commons.ssl.util.ByteArrayReadLine
-
- bytes - Variable in class org.apache.commons.ssl.asn1.DEREnumerated
-
- bytes - Variable in class org.apache.commons.ssl.asn1.DERInteger
-
- bytes - Variable in class org.apache.commons.ssl.PKCS8Key.DecryptResult
-
- bytes - Variable in class org.apache.commons.ssl.util.ReadLine
-
- d - Variable in class org.apache.commons.ssl.rmi.DateRMI
-
- data - Variable in class org.apache.commons.ssl.asn1.DERBitString
-
- data - Variable in class org.apache.commons.ssl.asn1.DERUnknownTag
-
- DateRMI - Class in org.apache.commons.ssl.rmi
-
- DateRMI() - Constructor for class org.apache.commons.ssl.rmi.DateRMI
-
- DEBUG - Static variable in class org.apache.commons.ssl.ASN1Util
-
- debug(Object) - Method in class org.apache.commons.ssl.LogHelper
-
- debug(Object, Throwable) - Method in class org.apache.commons.ssl.LogHelper
-
- DEBUG - Static variable in class org.apache.commons.ssl.LogWrapper
-
Should we print DEBUG statements if log4j is not available?
- debug(Object) - Method in class org.apache.commons.ssl.LogWrapper
-
- debug(Object, Throwable) - Method in class org.apache.commons.ssl.LogWrapper
-
- decode(byte[], int, int) - Method in class org.apache.commons.ssl.Base64
-
Decodes all of the provided data, starting at inPos, for inAvail bytes.
- decode(Object) - Method in class org.apache.commons.ssl.Base64
-
Decodes an Object using the base64 algorithm.
- decode(String) - Method in class org.apache.commons.ssl.Base64
-
Decodes a String containing containing characters in the Base64 alphabet.
- decode(byte[]) - Method in class org.apache.commons.ssl.Base64
-
Decodes a byte[] containing containing characters in the Base64 alphabet.
- decode(byte[]) - Static method in class org.apache.commons.ssl.PEMUtil
-
- decode(String) - Static method in class org.apache.commons.ssl.util.Hex
-
- decode(byte[]) - Static method in class org.apache.commons.ssl.util.Hex
-
- DECODE_TABLE - Static variable in class org.apache.commons.ssl.Base64
-
This array is a lookup table that translates Unicode characters drawn from the "Base64 Alphabet" (as specified in
Table 1 of RFC 2045) into their 6-bit positive integer equivalents.
- decodeBase64(String) - Static method in class org.apache.commons.ssl.Base64
-
Decodes a Base64 String into octets
- decodeBase64(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Decodes Base64 data into octets
- decodeInteger(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
- decodeSize - Variable in class org.apache.commons.ssl.Base64
-
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
- decrypt(String, char[], byte[]) - Static method in class org.apache.commons.ssl.OpenSSL
-
Decrypts data using a password and an OpenSSL compatible cipher
name.
- decrypt(String, char[], InputStream) - Static method in class org.apache.commons.ssl.OpenSSL
-
Decrypts data using a password and an OpenSSL compatible cipher
name.
- decrypt(String, byte[], byte[], byte[]) - Static method in class org.apache.commons.ssl.OpenSSL
-
- decrypt(String, byte[], byte[], InputStream) - Static method in class org.apache.commons.ssl.OpenSSL
-
- decrypt(String, String, DerivedKey, boolean, byte[], byte[]) - Static method in class org.apache.commons.ssl.PKCS8Key
-
- decryptedBytes - Variable in class org.apache.commons.ssl.PKCS8Key
-
- decryptPKCS8(ASN1Structure, char[]) - Static method in class org.apache.commons.ssl.PKCS8Key
-
- DecryptResult(String, int, byte[]) - Constructor for class org.apache.commons.ssl.PKCS8Key.DecryptResult
-
- DEFAULT - Static variable in interface org.apache.commons.ssl.HostnameVerifier
-
The DEFAULT HostnameVerifier works the same way as Curl and Firefox.
- DEFAULT - Static variable in class org.apache.commons.ssl.TrustMaterial
-
Should never be null (unless both CACERTS and JSSE_CACERTS are not
present???).
- DEFAULT_AND_LOCALHOST - Static variable in interface org.apache.commons.ssl.HostnameVerifier
-
The DEFAULT_AND_LOCALHOST HostnameVerifier works like the DEFAULT
one with one additional relaxation: a host of "localhost",
"localhost.localdomain", "127.0.0.1", "::1" will always pass, no matter
what is in the server's certificate.
- DEFAULT_BUFFER_RESIZE_FACTOR - Static variable in class org.apache.commons.ssl.Base64
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.commons.ssl.Base64
-
- defaultClient - Variable in class org.apache.commons.ssl.RMISocketFactoryImpl
-
- defaultProtocol - Variable in class org.apache.commons.ssl.SSL
-
- DefiniteLengthInputStream - Class in org.apache.commons.ssl.asn1
-
- DefiniteLengthInputStream(InputStream, int) - Constructor for class org.apache.commons.ssl.asn1.DefiniteLengthInputStream
-
- DEK_INFO - Static variable in class org.apache.commons.ssl.PEMItem
-
- dekInfo - Variable in class org.apache.commons.ssl.PEMItem
-
- DER - Static variable in class org.apache.commons.ssl.asn1.ASN1Encodable
-
- DERApplicationSpecific - Class in org.apache.commons.ssl.asn1
-
Base class for an application specific object
- DERApplicationSpecific(int, byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- DERApplicationSpecific(int, DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- DERApplicationSpecific(boolean, int, DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- DERBitString - Class in org.apache.commons.ssl.asn1
-
- DERBitString(byte, int) - Constructor for class org.apache.commons.ssl.asn1.DERBitString
-
- DERBitString(byte[], int) - Constructor for class org.apache.commons.ssl.asn1.DERBitString
-
- DERBitString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERBitString
-
- DERBitString(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERBitString
-
- DERBMPString - Class in org.apache.commons.ssl.asn1
-
DER BMPString object.
- DERBMPString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERBMPString
-
basic constructor - byte encoded string.
- DERBMPString(String) - Constructor for class org.apache.commons.ssl.asn1.DERBMPString
-
basic constructor
- DERBoolean - Class in org.apache.commons.ssl.asn1
-
- DERBoolean(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERBoolean
-
- DERBoolean(boolean) - Constructor for class org.apache.commons.ssl.asn1.DERBoolean
-
- derBytes - Variable in class org.apache.commons.ssl.PEMItem
-
- DERConstructedSequence - Class in org.apache.commons.ssl.asn1
-
- DERConstructedSequence() - Constructor for class org.apache.commons.ssl.asn1.DERConstructedSequence
-
Deprecated.
- DERConstructedSet - Class in org.apache.commons.ssl.asn1
-
- DERConstructedSet() - Constructor for class org.apache.commons.ssl.asn1.DERConstructedSet
-
Deprecated.
- DERConstructedSet(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERConstructedSet
-
Deprecated.
- DERConstructedSet(DEREncodableVector) - Constructor for class org.apache.commons.ssl.asn1.DERConstructedSet
-
Deprecated.
- DEREncodable - Interface in org.apache.commons.ssl.asn1
-
- DEREncodableVector - Class in org.apache.commons.ssl.asn1
-
a general class for building up a vector of DER encodable objects -
this will eventually be superceded by ASN1EncodableVector so you should
use that class in preference.
- DEREncodableVector() - Constructor for class org.apache.commons.ssl.asn1.DEREncodableVector
-
- DEREnumerated - Class in org.apache.commons.ssl.asn1
-
- DEREnumerated(int) - Constructor for class org.apache.commons.ssl.asn1.DEREnumerated
-
- DEREnumerated(BigInteger) - Constructor for class org.apache.commons.ssl.asn1.DEREnumerated
-
- DEREnumerated(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DEREnumerated
-
- DERGeneralizedTime - Class in org.apache.commons.ssl.asn1
-
Generalized time object.
- DERGeneralizedTime(String) - Constructor for class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
The correct format for this is YYYYMMDDHHMMSS[.f]Z, or without the Z
for local time, or Z+-HHMM on the end, for difference between local
time and UTC time.
- DERGeneralizedTime(Date) - Constructor for class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
base constructer from a java.util.date object
- DERGeneralizedTime(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
- DERGeneralString - Class in org.apache.commons.ssl.asn1
-
- DERGeneralString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERGeneralString
-
- DERGeneralString(String) - Constructor for class org.apache.commons.ssl.asn1.DERGeneralString
-
- DERGenerator - Class in org.apache.commons.ssl.asn1
-
- DERGenerator(OutputStream) - Constructor for class org.apache.commons.ssl.asn1.DERGenerator
-
- DERGenerator(OutputStream, int, boolean) - Constructor for class org.apache.commons.ssl.asn1.DERGenerator
-
- DERIA5String - Class in org.apache.commons.ssl.asn1
-
DER IA5String object - this is an ascii string.
- DERIA5String(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERIA5String
-
basic constructor - with bytes.
- DERIA5String(String) - Constructor for class org.apache.commons.ssl.asn1.DERIA5String
-
basic constructor - without validation.
- DERIA5String(String, boolean) - Constructor for class org.apache.commons.ssl.asn1.DERIA5String
-
Constructor with optional validation.
- DERInputStream - Class in org.apache.commons.ssl.asn1
-
- DERInputStream(InputStream) - Constructor for class org.apache.commons.ssl.asn1.DERInputStream
-
- DERInteger - Class in org.apache.commons.ssl.asn1
-
- DERInteger(int) - Constructor for class org.apache.commons.ssl.asn1.DERInteger
-
- DERInteger(BigInteger) - Constructor for class org.apache.commons.ssl.asn1.DERInteger
-
- DERInteger(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERInteger
-
- derIntegers - Variable in class org.apache.commons.ssl.ASN1Structure
-
- DerivedKey - Class in org.apache.commons.ssl
-
- DerivedKey(byte[], byte[]) - Constructor for class org.apache.commons.ssl.DerivedKey
-
- deriveKey(char[], byte[], int, boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
- deriveKey(char[], byte[], int, int, boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
- deriveKeyPKCS12(char[], byte[], int, int, int, MessageDigest) - Static method in class org.apache.commons.ssl.PKCS8Key
-
- deriveKeyV1(byte[], byte[], int, int, int, MessageDigest) - Static method in class org.apache.commons.ssl.PKCS8Key
-
- deriveKeyV2(byte[], byte[], int, int, int, Mac) - Static method in class org.apache.commons.ssl.PKCS8Key
-
- derivePublicKey(PrivateKey) - Static method in class org.apache.commons.ssl.util.PublicKeyDeriver
-
Utility method for deriving a public key from a given private key.
- DERNull - Class in org.apache.commons.ssl.asn1
-
A NULL object.
- DERNull() - Constructor for class org.apache.commons.ssl.asn1.DERNull
-
- DERNumericString - Class in org.apache.commons.ssl.asn1
-
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
- DERNumericString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERNumericString
-
basic constructor - with bytes.
- DERNumericString(String) - Constructor for class org.apache.commons.ssl.asn1.DERNumericString
-
basic constructor - without validation..
- DERNumericString(String, boolean) - Constructor for class org.apache.commons.ssl.asn1.DERNumericString
-
Constructor with optional validation.
- DERObject - Class in org.apache.commons.ssl.asn1
-
- DERObject() - Constructor for class org.apache.commons.ssl.asn1.DERObject
-
- DERObjectIdentifier - Class in org.apache.commons.ssl.asn1
-
- DERObjectIdentifier(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERObjectIdentifier
-
- DERObjectIdentifier(String) - Constructor for class org.apache.commons.ssl.asn1.DERObjectIdentifier
-
- DEROctetString - Class in org.apache.commons.ssl.asn1
-
- DEROctetString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DEROctetString
-
- DEROctetString(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DEROctetString
-
- DEROutputStream - Class in org.apache.commons.ssl.asn1
-
- DEROutputStream(OutputStream) - Constructor for class org.apache.commons.ssl.asn1.DEROutputStream
-
- DERPrintableString - Class in org.apache.commons.ssl.asn1
-
DER PrintableString object.
- DERPrintableString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERPrintableString
-
basic constructor - byte encoded string.
- DERPrintableString(String) - Constructor for class org.apache.commons.ssl.asn1.DERPrintableString
-
basic constructor - this does not validate the string
- DERPrintableString(String, boolean) - Constructor for class org.apache.commons.ssl.asn1.DERPrintableString
-
Constructor with optional validation.
- DERSequence - Class in org.apache.commons.ssl.asn1
-
- DERSequence() - Constructor for class org.apache.commons.ssl.asn1.DERSequence
-
create an empty sequence
- DERSequence(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERSequence
-
create a sequence containing one object
- DERSequence(DEREncodableVector) - Constructor for class org.apache.commons.ssl.asn1.DERSequence
-
create a sequence containing a vector of objects.
- DERSequence(ASN1Encodable[]) - Constructor for class org.apache.commons.ssl.asn1.DERSequence
-
create a sequence containing an array of objects.
- DERSequenceGenerator - Class in org.apache.commons.ssl.asn1
-
- DERSequenceGenerator(OutputStream) - Constructor for class org.apache.commons.ssl.asn1.DERSequenceGenerator
-
- DERSequenceGenerator(OutputStream, int, boolean) - Constructor for class org.apache.commons.ssl.asn1.DERSequenceGenerator
-
- DERSet - Class in org.apache.commons.ssl.asn1
-
A DER encoded set object
- DERSet() - Constructor for class org.apache.commons.ssl.asn1.DERSet
-
create an empty set
- DERSet(DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERSet
-
- DERSet(DEREncodableVector) - Constructor for class org.apache.commons.ssl.asn1.DERSet
-
- DERSet(ASN1Encodable[]) - Constructor for class org.apache.commons.ssl.asn1.DERSet
-
create a set from an array of objects.
- DERSet(DEREncodableVector, boolean) - Constructor for class org.apache.commons.ssl.asn1.DERSet
-
- DERString - Interface in org.apache.commons.ssl.asn1
-
basic interface for DER string objects.
- DERT61String - Class in org.apache.commons.ssl.asn1
-
DER T61String (also the teletex string)
- DERT61String(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERT61String
-
basic constructor - with bytes.
- DERT61String(String) - Constructor for class org.apache.commons.ssl.asn1.DERT61String
-
basic constructor - with string.
- DERTaggedObject - Class in org.apache.commons.ssl.asn1
-
DER TaggedObject - in ASN.1 nottation this is any object proceeded by
a [n] where n is some number - these are assume to follow the construction
rules (as with sequences).
- DERTaggedObject(int, DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERTaggedObject
-
- DERTaggedObject(boolean, int, DEREncodable) - Constructor for class org.apache.commons.ssl.asn1.DERTaggedObject
-
- DERTaggedObject(int) - Constructor for class org.apache.commons.ssl.asn1.DERTaggedObject
-
create an implicitly tagged object that contains a zero
length sequence.
- DERTags - Interface in org.apache.commons.ssl.asn1
-
- DERUniversalString - Class in org.apache.commons.ssl.asn1
-
DER UniversalString object.
- DERUniversalString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERUniversalString
-
basic constructor - byte encoded string.
- DERUnknownTag - Class in org.apache.commons.ssl.asn1
-
We insert one of these when we find a tag we don't recognise.
- DERUnknownTag(int, byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERUnknownTag
-
- DERUTCTime - Class in org.apache.commons.ssl.asn1
-
UTC time object.
- DERUTCTime(String) - Constructor for class org.apache.commons.ssl.asn1.DERUTCTime
-
The correct format for this is YYMMDDHHMMSSZ (it used to be that seconds were
never encoded.
- DERUTCTime(Date) - Constructor for class org.apache.commons.ssl.asn1.DERUTCTime
-
base constructer from a java.util.date object
- DERUTCTime(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERUTCTime
-
- DERUTF8String - Class in org.apache.commons.ssl.asn1
-
DER UTF8String object.
- DERUTF8String(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERUTF8String
-
basic constructor - byte encoded string.
- DERUTF8String(String) - Constructor for class org.apache.commons.ssl.asn1.DERUTF8String
-
basic constructor
- DERVisibleString - Class in org.apache.commons.ssl.asn1
-
DER VisibleString object.
- DERVisibleString(byte[]) - Constructor for class org.apache.commons.ssl.asn1.DERVisibleString
-
basic constructor - byte encoded string.
- DERVisibleString(String) - Constructor for class org.apache.commons.ssl.asn1.DERVisibleString
-
basic constructor
- des2 - Variable in class org.apache.commons.ssl.OpenSSL.CipherInfo
-
- des2 - Variable in class org.apache.commons.ssl.PEMItem
-
- description - Variable in class org.apache.commons.ssl.Ping.Arg
-
- DF - Static variable in class org.apache.commons.ssl.Certificates
-
- DF - Static variable in class org.apache.commons.ssl.LogWrapper
-
- DF - Static variable in class org.apache.commons.ssl.Version.CompileTime
-
- DF_FORMAT - Static variable in class org.apache.commons.ssl.Version.CompileTime
-
- dirty() - Method in class org.apache.commons.ssl.SSL
-
- dirtyAndReloadIfYoung() - Method in class org.apache.commons.ssl.SSL
-
- discardWhitespace(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
- dnsOverride - Variable in class org.apache.commons.ssl.SSL
-
- dnsOverride(String) - Method in class org.apache.commons.ssl.SSL
-
- doEncode - Variable in class org.apache.commons.ssl.Base64InputStream
-
- doEncode - Variable in class org.apache.commons.ssl.Base64OutputStream
-
- doPostConnectSocketStuff(Socket, String) - Method in class org.apache.commons.ssl.SSL
-
- doPreConnectServerSocketStuff(SSLServerSocket) - Method in class org.apache.commons.ssl.SSL
-
- doPreConnectSocketStuff(Socket) - Method in class org.apache.commons.ssl.SSL
-
- downgrade() - Static method in class org.apache.commons.ssl.JavaImpl
-
- DSA_OID - Static variable in class org.apache.commons.ssl.PKCS8Key
-
- DUMB_WRAP - Static variable in interface org.apache.commons.ssl.SSLWrapperFactory
-
DUMB_WRAP is useful to make sure that wrapping the sockets doesn't break
anything.
- EasySSLProtocolSocketFactory - Class in org.apache.commons.httpclient.contrib.ssl
-
EasySSLProtocolSocketFactory can be used to creats SSL
Socket
s
that accept self-signed certificates.
- EasySSLProtocolSocketFactory() - Constructor for class org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory
-
Constructor for EasySSLProtocolSocketFactory.
- EchoRunnable(SSLSocket) - Constructor for class org.apache.commons.ssl.SSLEchoServer.EchoRunnable
-
- empty - Variable in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
- enabledCiphers - Variable in class org.apache.commons.ssl.SSL
-
- enabledProtocols(Object, String[]) - Method in class org.apache.commons.ssl.Java13
-
- enabledProtocols(Object, String[]) - Method in class org.apache.commons.ssl.Java14
-
- enabledProtocols(Object, String[]) - Method in class org.apache.commons.ssl.JavaImpl
-
- enabledProtocols - Variable in class org.apache.commons.ssl.SSL
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.ASN1Null
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.ASN1Object
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.ASN1OctetString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.ASN1Sequence
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.ASN1Set
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.BERConstructedSequence
-
Deprecated.
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.BERNull
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.BERSequence
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.BERSet
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.BERTaggedObject
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERBitString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERBMPString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERBoolean
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERConstructedSequence
-
Deprecated.
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERConstructedSet
-
Deprecated.
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DEREnumerated
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERGeneralString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERIA5String
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERInteger
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERNull
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERNumericString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERObject
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERObjectIdentifier
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DEROctetString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERPrintableString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERSequence
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERSet
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERT61String
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERTaggedObject
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERUniversalString
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERUnknownTag
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERUTCTime
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERUTF8String
-
- encode(DEROutputStream) - Method in class org.apache.commons.ssl.asn1.DERVisibleString
-
- encode(byte[], int, int) - Method in class org.apache.commons.ssl.Base64
-
Encodes all of the provided data, starting at inPos, for inAvail bytes.
- encode(Object) - Method in class org.apache.commons.ssl.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - Method in class org.apache.commons.ssl.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
- encode(Collection) - Static method in class org.apache.commons.ssl.PEMUtil
-
- encode(DEREncodable) - Static method in class org.apache.commons.ssl.PKCS8Key
-
- encode(byte[]) - Static method in class org.apache.commons.ssl.util.Hex
-
- encode(byte[], int, int) - Static method in class org.apache.commons.ssl.util.Hex
-
- encodeBase64(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
- encodeBase64URLSafe(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeInteger(BigInteger) - Static method in class org.apache.commons.ssl.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
- encodeSize - Variable in class org.apache.commons.ssl.Base64
-
Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
- encodeTable - Variable in class org.apache.commons.ssl.Base64
-
Encode table to use: either STANDARD or URL_SAFE.
- encodeToString(byte[]) - Method in class org.apache.commons.ssl.Base64
-
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.
- encrypt(String, char[], byte[]) - Static method in class org.apache.commons.ssl.OpenSSL
-
Encrypts data using a password and an OpenSSL compatible cipher
name.
- encrypt(String, char[], InputStream) - Static method in class org.apache.commons.ssl.OpenSSL
-
Encrypts data using a password and an OpenSSL compatible cipher
name.
- encrypt(String, char[], byte[], boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
Encrypts data using a password and an OpenSSL compatible cipher
name.
- encrypt(String, char[], InputStream, boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
Encrypts data using a password and an OpenSSL compatible cipher
name.
- encrypt(String, char[], byte[], boolean, boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
Encrypts data using a password and an OpenSSL compatible cipher
name.
- encrypt(String, char[], InputStream, boolean, boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
Encrypts data using a password and an OpenSSL compatible cipher
name.
- encrypt(String, byte[], byte[], byte[]) - Static method in class org.apache.commons.ssl.OpenSSL
-
- encrypt(String, byte[], byte[], byte[], boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
- encrypt(String, byte[], byte[], InputStream) - Static method in class org.apache.commons.ssl.OpenSSL
-
- encrypt(String, byte[], byte[], InputStream, boolean) - Static method in class org.apache.commons.ssl.OpenSSL
-
- END_OF_STREAM - Static variable in class org.apache.commons.ssl.asn1.ASN1InputStream
-
- END_OF_STREAM - Static variable in class org.apache.commons.ssl.asn1.BERInputStream
-
Deprecated.
- endBase64(String) - Static method in class org.apache.commons.ssl.PEMUtil
-
- ENUMERATED - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-
- eof - Variable in class org.apache.commons.ssl.Base64
-
Boolean flag to indicate the EOF has been reached.
- eofFound - Variable in class org.apache.commons.ssl.asn1.ASN1InputStream
-
- equals(Object) - Method in class org.apache.commons.ssl.asn1.ASN1Encodable
-
- equals(Object) - Method in class org.apache.commons.ssl.asn1.ASN1Object
-
- equals(Object) - Method in class org.apache.commons.ssl.asn1.DERObject
-
- equals(Object) - Method in class org.apache.commons.ssl.asn1.DERUnknownTag
-
- equals(Object) - Method in class org.apache.commons.ssl.rmi.DateRMI
-
- equals(Object) - Method in class org.apache.commons.ssl.rmi.IntegerRMI
-
- equals(KeyStore, KeyStore) - Static method in class org.apache.commons.ssl.Util
-
True if the Keystores have the same # of entries, have the same set of aliases, and all the certificate-chains
(of the certificate entries) match.
- error(Object) - Method in class org.apache.commons.ssl.LogHelper
-
- error(Object, Throwable) - Method in class org.apache.commons.ssl.LogHelper
-
- error(Object) - Method in class org.apache.commons.ssl.LogWrapper
-
- error(Object, Throwable) - Method in class org.apache.commons.ssl.LogWrapper
-
- explicit - Variable in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
- EXTERNAL - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-
- GENERAL_STRING - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-
- GENERALIZED_TIME - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-
- generateCipher(String, String, DerivedKey, boolean, byte[], boolean) - Static method in class org.apache.commons.ssl.PKCS8Key
-
- generateOcts() - Method in class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
- get(int) - Method in class org.apache.commons.ssl.asn1.DEREncodableVector
-
- getAcceptedIssuers() - Method in class org.apache.commons.ssl.Java13TrustManagerWrapper
-
- getAcceptedIssuers() - Method in class org.apache.commons.ssl.Java14TrustManagerWrapper
-
- getAdjustedDate() - Method in class org.apache.commons.ssl.asn1.DERUTCTime
-
return the time as an adjusted date
in the range of 1950 - 2049.
- getAdjustedTime() - Method in class org.apache.commons.ssl.asn1.DERUTCTime
-
return a time string as an adjusted date with a 4 digit year.
- getAliases() - Method in class org.apache.commons.ssl.KeyMaterial
-
- getApplicationTag() - Method in class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- getAssociatedCertificateChain() - Method in class org.apache.commons.ssl.SSL
-
- getAssociatedCertificateChain() - Method in class org.apache.commons.ssl.SSLClient
-
- getAssociatedCertificateChain() - Method in class org.apache.commons.ssl.SSLServer
-
- getAssociatedCertificateChains() - Method in class org.apache.commons.ssl.KeyMaterial
-
- getBackupStream() - Static method in class org.apache.commons.ssl.LogWrapper
-
Get the PrintStream we're logging to if log4j is not available.
- getBaseTag() - Method in class org.apache.commons.ssl.asn1.ASN1ObjectParser
-
- getBytes(int) - Static method in class org.apache.commons.ssl.asn1.DERBitString
-
return the correct number of bytes for a bit string defined in
a 32 bit constant
- getBytes() - Method in class org.apache.commons.ssl.asn1.DERBitString
-
- getCertificateChain(String) - Method in class org.apache.commons.ssl.Java13KeyManagerWrapper
-
- getCertificateChain(String) - Method in class org.apache.commons.ssl.Java14KeyManagerWrapper
-
- getCertificates() - Method in class org.apache.commons.ssl.TrustChain
-
- getChannel() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getChannel() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getCheckCRL() - Method in class org.apache.commons.ssl.SSL
-
- getCheckCRL() - Method in class org.apache.commons.ssl.SSLClient
-
- getCheckCRL() - Method in class org.apache.commons.ssl.SSLServer
-
- getCheckExpiry() - Method in class org.apache.commons.ssl.SSL
-
- getCheckExpiry() - Method in class org.apache.commons.ssl.SSLClient
-
- getCheckExpiry() - Method in class org.apache.commons.ssl.SSLServer
-
- getCheckHostname() - Method in class org.apache.commons.ssl.SSL
-
- getCheckHostname() - Method in class org.apache.commons.ssl.SSLClient
-
- getCheckHostname() - Method in class org.apache.commons.ssl.SSLServer
-
- getClient(String) - Method in class org.apache.commons.ssl.RMISocketFactoryImpl
-
- getClientAliases(String, Principal[]) - Method in class org.apache.commons.ssl.Java13KeyManagerWrapper
-
- getClientAliases(String, Principal[]) - Method in class org.apache.commons.ssl.Java14KeyManagerWrapper
-
- getCN(X509Certificate) - Static method in class org.apache.commons.ssl.Certificates
-
- getCNs(X509Certificate) - Static method in class org.apache.commons.ssl.Certificates
-
- getCompileTime(String) - Static method in class org.apache.commons.ssl.Version.CompileTime
-
- getCompileTimeString(Class) - Static method in class org.apache.commons.ssl.Version.CompileTime
-
- getCompileTimeString(String) - Static method in class org.apache.commons.ssl.Version.CompileTime
-
- getConnectTimeout() - Method in class org.apache.commons.ssl.SSL
-
- getConnectTimeout() - Method in class org.apache.commons.ssl.SSLClient
-
- getConnectTimeout() - Method in class org.apache.commons.ssl.SSLServer
-
- getContents() - Method in class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- getCRLs(X509Extension) - Static method in class org.apache.commons.ssl.Certificates
-
- getCurrentClientChain() - Method in class org.apache.commons.ssl.SSL
-
- getCurrentClientChain() - Method in class org.apache.commons.ssl.SSLServer
-
- getCurrentServerChain() - Method in class org.apache.commons.ssl.SSL
-
- getCurrentServerChain() - Method in class org.apache.commons.ssl.SSLClient
-
- getData() - Method in class org.apache.commons.ssl.asn1.DERUnknownTag
-
- getDate() - Method in class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
- getDate() - Method in class org.apache.commons.ssl.asn1.DERUTCTime
-
return the time as a date based on whatever a 2 digit year will return.
- getDate() - Method in class org.apache.commons.ssl.rmi.DateRMI
-
- getDate() - Method in interface org.apache.commons.ssl.rmi.RemoteDate
-
- getDecryptedBytes() - Method in class org.apache.commons.ssl.PKCS8Key
-
- getDefault() - Static method in class org.apache.commons.ssl.CRLSocket
-
- getDefault() - Static method in class org.apache.commons.ssl.LDAPSocket
-
- getDefaultCipherSuites() - Method in class org.apache.commons.ssl.SSL
-
- getDefaultCipherSuites() - Method in class org.apache.commons.ssl.SSLClient
-
- getDefaultCipherSuites() - Method in class org.apache.commons.ssl.SSLServer
-
- getDefaultClient() - Method in class org.apache.commons.ssl.RMISocketFactoryImpl
-
- getDefaultProtocol() - Method in class org.apache.commons.ssl.SSL
-
- getDefaultProtocol() - Method in class org.apache.commons.ssl.SSLClient
-
- getDefaultProtocol() - Method in class org.apache.commons.ssl.SSLServer
-
- getDerBytes() - Method in class org.apache.commons.ssl.PEMItem
-
- getDEREncoded() - Method in class org.apache.commons.ssl.asn1.ASN1Encodable
-
Return the DER encoding of the object, null if the DER encoding can not be made.
- getDERObject() - Method in class org.apache.commons.ssl.asn1.ASN1Encodable
-
- getDERObject() - Method in class org.apache.commons.ssl.asn1.BEROctetStringParser
-
- getDERObject() - Method in class org.apache.commons.ssl.asn1.BERSequenceParser
-
- getDERObject() - Method in class org.apache.commons.ssl.asn1.BERSetParser
-
- getDERObject() - Method in class org.apache.commons.ssl.asn1.BERTaggedObjectParser
-
- getDERObject() - Method in interface org.apache.commons.ssl.asn1.DEREncodable
-
- getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.commons.ssl.Certificates
-
Extracts the array of SubjectAlt DNS names from an X509Certificate.
- getEnabledCiphers() - Method in class org.apache.commons.ssl.SSL
-
- getEnabledCiphers() - Method in class org.apache.commons.ssl.SSLClient
-
- getEnabledCiphers() - Method in class org.apache.commons.ssl.SSLServer
-
- getEnabledCipherSuites() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getEnabledCipherSuites() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getEnabledProtocols() - Method in class org.apache.commons.ssl.SSL
-
- getEnabledProtocols() - Method in class org.apache.commons.ssl.SSLClient
-
- getEnabledProtocols() - Method in class org.apache.commons.ssl.SSLServer
-
- getEnabledProtocols() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getEnabledProtocols() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getEnableSessionCreation() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getEnableSessionCreation() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getEncoded() - Method in class org.apache.commons.ssl.asn1.ASN1Encodable
-
- getEncoded(String) - Method in class org.apache.commons.ssl.asn1.ASN1Encodable
-
- getEncoded(DEREncodable) - Method in class org.apache.commons.ssl.asn1.ASN1Set
-
- getEncodeLength(byte[], int, byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Pre-calculates the amount of space needed to base64-encode the supplied array.
- getFingerprint(X509Certificate) - Static method in class org.apache.commons.ssl.Certificates
-
- getFingerprint(byte[]) - Static method in class org.apache.commons.ssl.Certificates
-
- getHostnameVerification() - Method in class org.apache.commons.httpclient.contrib.ssl.StrictSSLProtocolSocketFactory
-
Gets the status of the host name verification flag.
- getHostnameVerifier() - Method in class org.apache.commons.ssl.SSL
-
- getHostnameVerifier() - Method in class org.apache.commons.ssl.SSLClient
-
- getHostnameVerifier() - Method in class org.apache.commons.ssl.SSLServer
-
- getId() - Method in class org.apache.commons.ssl.asn1.DERObjectIdentifier
-
- getInetAddress() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getInetAddress() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getInputStream() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.ASN1OctetString
-
return an Octet String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.ASN1OctetString
-
return an Octet String from the given object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.ASN1Sequence
-
return an ASN1Sequence from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.ASN1Sequence
-
Return an ASN1 sequence from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.ASN1Set
-
return an ASN1Set from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.ASN1Set
-
Return an ASN1 set from a tagged object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERBitString
-
return a Bit String from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERBitString
-
return a Bit String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERBMPString
-
return a BMP String from the given object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERBMPString
-
return a BMP String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERBoolean
-
return a boolean from the passed in object.
- getInstance(boolean) - Static method in class org.apache.commons.ssl.asn1.DERBoolean
-
return a DERBoolean from the passed in boolean.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERBoolean
-
return a Boolean from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DEREnumerated
-
return an integer from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DEREnumerated
-
return an Enumerated from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
return a generalized time from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
return a Generalized Time object from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERGeneralString
-
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERGeneralString
-
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERIA5String
-
return a IA5 string from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERIA5String
-
return an IA5 String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERInteger
-
return an integer from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERInteger
-
return an Integer from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERNumericString
-
return a Numeric string from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERNumericString
-
return an Numeric String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERObjectIdentifier
-
return an OID from the passed in object
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERObjectIdentifier
-
return an Object Identifier from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERPrintableString
-
return a printable string from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERPrintableString
-
return a Printable String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERT61String
-
return a T61 string from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERT61String
-
return an T61 String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERUniversalString
-
return a Universal String from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERUniversalString
-
return a Universal String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERUTCTime
-
return an UTC Time from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERUTCTime
-
return an UTC Time from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERUTF8String
-
return an UTF8 string from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERUTF8String
-
return an UTF8 String from a tagged object.
- getInstance(Object) - Static method in class org.apache.commons.ssl.asn1.DERVisibleString
-
return a Visible String from the passed in object.
- getInstance(ASN1TaggedObject, boolean) - Static method in class org.apache.commons.ssl.asn1.DERVisibleString
-
return a Visible String from a tagged object.
- getInstance() - Static method in class org.apache.commons.ssl.Java13
-
- getInstance() - Static method in class org.apache.commons.ssl.Java14
-
- getInstance() - Static method in class org.apache.commons.ssl.LDAPSocket
-
- getInt() - Method in class org.apache.commons.ssl.rmi.IntegerRMI
-
- getInt() - Method in interface org.apache.commons.ssl.rmi.RemoteInteger
-
- getIssuerX500(X509Certificate) - Static method in class org.apache.commons.ssl.JavaImpl
-
- getKeepAlive() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getKeyManagers(Object) - Static method in class org.apache.commons.ssl.JavaImpl
-
- getKeyManagers() - Method in class org.apache.commons.ssl.KeyMaterial
-
- getKeySize() - Method in class org.apache.commons.ssl.PKCS8Key
-
- getKeyStore() - Method in class org.apache.commons.ssl.KeyMaterial
-
- getKeyStore() - Method in class org.apache.commons.ssl.TrustMaterial
-
- getLengthOfLength(byte[]) - Method in class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- getLocalAddress() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getLocalPort() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getLocalPort() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getLocalSocketAddress() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getLocalSocketAddress() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getLog4jLogger() - Method in class org.apache.commons.ssl.LogHelper
-
- getLog4jLogger() - Method in class org.apache.commons.ssl.LogWrapper
-
- getLogger(Class) - Static method in class org.apache.commons.ssl.LogWrapper
-
- getLogger(String) - Static method in class org.apache.commons.ssl.LogWrapper
-
- getMyDefaultIP() - Static method in class org.apache.commons.ssl.RMISocketFactoryImpl
-
- getMyInternetFacingIPs() - Static method in class org.apache.commons.ssl.RMISocketFactoryImpl
-
- getNeedClientAuth() - Method in class org.apache.commons.ssl.SSL
-
- getNeedClientAuth() - Method in class org.apache.commons.ssl.SSLClient
-
- getNeedClientAuth() - Method in class org.apache.commons.ssl.SSLServer
-
- getNeedClientAuth() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getNeedClientAuth() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getObject() - Method in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
return whatever was following the tag.
- getObject() - Method in class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- getObject(int) - Method in class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
Return the enclosed object assuming implicit tagging.
- getObjectAt(int) - Method in class org.apache.commons.ssl.asn1.ASN1Sequence
-
return the object at the sequence postion indicated by index.
- getObjectAt(int) - Method in class org.apache.commons.ssl.asn1.ASN1Set
-
return the object at the set postion indicated by index.
- getObjectParser(int, boolean) - Method in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
Return the object held in this tagged object as a parser assuming it has
the type of the passed in tag.
- getObjectParser(int, boolean) - Method in interface org.apache.commons.ssl.asn1.ASN1TaggedObjectParser
-
- getObjectParser(int, boolean) - Method in class org.apache.commons.ssl.asn1.BERTaggedObjectParser
-
- getObjects() - Method in class org.apache.commons.ssl.asn1.ASN1Sequence
-
- getObjects() - Method in class org.apache.commons.ssl.asn1.ASN1Set
-
- getObjects() - Method in class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
return the DER octets that make up this string.
- getOctetOutputStream() - Method in class org.apache.commons.ssl.asn1.BEROctetStringGenerator
-
- getOctetOutputStream(byte[]) - Method in class org.apache.commons.ssl.asn1.BEROctetStringGenerator
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.ASN1OctetString
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.BERConstructedOctetString
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERGeneralString
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERIA5String
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERNumericString
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERPrintableString
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERT61String
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERUniversalString
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERUTCTime
-
- getOctets() - Method in class org.apache.commons.ssl.asn1.DERVisibleString
-
- getOctetStream() - Method in class org.apache.commons.ssl.asn1.ASN1OctetString
-
- getOctetStream() - Method in interface org.apache.commons.ssl.asn1.ASN1OctetStringParser
-
- getOctetStream() - Method in class org.apache.commons.ssl.asn1.BEROctetStringParser
-
- getOOBInline() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getOutputStream() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getPadBits(int) - Static method in class org.apache.commons.ssl.asn1.DERBitString
-
return the correct number of pad bits for a bit string defined in
a 32 bit constant
- getPadBits() - Method in class org.apache.commons.ssl.asn1.DERBitString
-
- getParentStream() - Method in class org.apache.commons.ssl.asn1.ASN1StreamParser
-
- getPeerCertificates(SSLSession) - Static method in class org.apache.commons.ssl.JavaImpl
-
- getPlainInstance() - Static method in class org.apache.commons.ssl.CRLSocket
-
- getPort() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getPositiveValue() - Method in class org.apache.commons.ssl.asn1.DERInteger
-
in some cases positive values get crammed into a space,
that's not quite big enough...
- getPrivateKey(String) - Method in class org.apache.commons.ssl.Java13KeyManagerWrapper
-
- getPrivateKey(String) - Method in class org.apache.commons.ssl.Java14KeyManagerWrapper
-
- getPrivateKey() - Method in class org.apache.commons.ssl.PKCS8Key
-
- getPublicKey() - Method in class org.apache.commons.ssl.PKCS8Key
-
- getRawOutputStream() - Method in class org.apache.commons.ssl.asn1.ASN1Generator
-
- getRawOutputStream() - Method in class org.apache.commons.ssl.asn1.BERGenerator
-
- getRawOutputStream() - Method in class org.apache.commons.ssl.asn1.DERSequenceGenerator
-
- getReceiveBufferSize() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getReceiveBufferSize() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getRemoteSocketAddress() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getReuseAddress() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getReuseAddress() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getRootThrowable(Throwable) - Static method in class org.apache.commons.ssl.Java14TrustManagerWrapper
-
- getSecureInstance() - Static method in class org.apache.commons.ssl.CRLSocket
-
- getSendBufferSize() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getServer() - Method in class org.apache.commons.ssl.RMISocketFactoryImpl
-
- getServerAliases(String, Principal[]) - Method in class org.apache.commons.ssl.Java13KeyManagerWrapper
-
- getServerAliases(String, Principal[]) - Method in class org.apache.commons.ssl.Java14KeyManagerWrapper
-
- getSession() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getSize() - Method in class org.apache.commons.ssl.asn1.DERConstructedSequence
-
Deprecated.
- getSize() - Method in class org.apache.commons.ssl.asn1.DERConstructedSet
-
Deprecated.
- getSize() - Method in class org.apache.commons.ssl.TrustChain
-
- getSoLinger() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getSoTimeout() - Method in class org.apache.commons.ssl.SSL
-
- getSoTimeout() - Method in class org.apache.commons.ssl.SSLClient
-
- getSoTimeout() - Method in class org.apache.commons.ssl.SSLServer
-
- getSoTimeout() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getSoTimeout() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getSSLContext() - Method in class org.apache.commons.ssl.SSL
-
- getSSLContext() - Method in class org.apache.commons.ssl.SSLClient
-
- getSSLContext() - Method in class org.apache.commons.ssl.SSLServer
-
- getSSLContextAsObject() - Method in class org.apache.commons.ssl.SSL
-
- getSSLServerSocketFactory(Object) - Static method in class org.apache.commons.ssl.JavaImpl
-
- getSSLServerSocketFactory() - Method in class org.apache.commons.ssl.SSL
-
- getSSLSocketFactory(Object) - Static method in class org.apache.commons.ssl.JavaImpl
-
- getSSLSocketFactory() - Method in class org.apache.commons.ssl.SSL
-
- getSSLWrapperFactory() - Method in class org.apache.commons.ssl.SSL
-
- getSSLWrapperFactory() - Method in class org.apache.commons.ssl.SSLClient
-
- getSSLWrapperFactory() - Method in class org.apache.commons.ssl.SSLServer
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERBitString
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERBMPString
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERGeneralString
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERIA5String
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERNumericString
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERPrintableString
-
- getString() - Method in interface org.apache.commons.ssl.asn1.DERString
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERT61String
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERUniversalString
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERUTF8String
-
- getString() - Method in class org.apache.commons.ssl.asn1.DERVisibleString
-
- getSubjectX500(X509Certificate) - Static method in class org.apache.commons.ssl.JavaImpl
-
- getSupportedCipherSuites() - Method in class org.apache.commons.ssl.SSL
-
- getSupportedCipherSuites() - Method in class org.apache.commons.ssl.SSLClient
-
- getSupportedCipherSuites() - Method in class org.apache.commons.ssl.SSLServer
-
- getSupportedCipherSuites() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getSupportedCipherSuites() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getSupportedProtocols() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getSupportedProtocols() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getTag() - Method in class org.apache.commons.ssl.asn1.DERUnknownTag
-
- getTagNo() - Method in class org.apache.commons.ssl.asn1.ASN1TaggedObject
-
- getTagNo() - Method in interface org.apache.commons.ssl.asn1.ASN1TaggedObjectParser
-
- getTagNo() - Method in class org.apache.commons.ssl.asn1.BERTaggedObjectParser
-
- getTagNumber() - Method in class org.apache.commons.ssl.asn1.ASN1ObjectParser
-
Return the tag number for this object.
- getTcpNoDelay() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getTime() - Method in class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
return the time - always in the form of
YYYYMMDDhhmmssGMT(+hh:mm|-hh:mm).
- getTime() - Method in class org.apache.commons.ssl.asn1.DERUTCTime
-
return the time - always in the form of
YYMMDDhhmmssGMT(+hh:mm|-hh:mm).
- getTimeString() - Method in class org.apache.commons.ssl.asn1.DERGeneralizedTime
-
Return the time.
- getTrafficClass() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getTransformation() - Method in class org.apache.commons.ssl.PKCS8Key
-
- getTrustChain() - Method in class org.apache.commons.ssl.SSL
-
- getTrustChain() - Method in class org.apache.commons.ssl.SSLClient
-
- getTrustChain() - Method in class org.apache.commons.ssl.SSLServer
-
- getTrustManagerFactory() - Method in class org.apache.commons.ssl.TrustChain
-
- getTrustManagers(Object) - Static method in class org.apache.commons.ssl.JavaImpl
-
- getTrustManagers() - Method in class org.apache.commons.ssl.TrustChain
-
- getUnderlyingStream() - Method in class org.apache.commons.ssl.asn1.LimitedInputStream
-
- getUnifiedKeyStore() - Method in class org.apache.commons.ssl.TrustChain
-
- getURLToCRL(byte[]) - Static method in class org.apache.commons.ssl.CRLUtil
-
- getUseClientMode() - Method in class org.apache.commons.ssl.SSL
-
- getUseClientMode() - Method in class org.apache.commons.ssl.SSLClient
-
- getUseClientMode() - Method in class org.apache.commons.ssl.SSLServer
-
- getUseClientMode() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getUseClientMode() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- getUseClientModeDefault() - Method in class org.apache.commons.ssl.SSL
-
- getValue() - Method in class org.apache.commons.ssl.asn1.DEREnumerated
-
- getValue() - Method in class org.apache.commons.ssl.asn1.DERInteger
-
- getVersion() - Method in class org.apache.commons.ssl.Java13
-
- getVersion() - Method in class org.apache.commons.ssl.Java14
-
- getVersion() - Method in class org.apache.commons.ssl.JavaImpl
-
- getWantClientAuth() - Method in class org.apache.commons.ssl.SSL
-
- getWantClientAuth() - Method in class org.apache.commons.ssl.SSLClient
-
- getWantClientAuth() - Method in class org.apache.commons.ssl.SSLServer
-
- getWantClientAuth() - Method in class org.apache.commons.ssl.SSLServerSocketWrapper
-
- getWantClientAuth() - Method in class org.apache.commons.ssl.SSLSocketWrapper
-
- GRAPHIC_STRING - Static variable in interface org.apache.commons.ssl.asn1.DERTags
-