- 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(Object) - Method in class org.apache.commons.ssl.Base64
-
Decodes an Object using the base64 algorithm.
- 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
-
- decodeBase64(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Decodes Base64 data into octects
- decodeMode - Variable in class org.apache.commons.ssl.Base64InputStream
-
- 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
-
- 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.
- 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
-
Deprecated.
use DERSequence.
- 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
-
Deprecated.
use ASN1EncodableVector instead.
- 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
-
Deprecated.
use ASN1InputStream
- DERInputStream(InputStream) - Constructor for class org.apache.commons.ssl.asn1.DERInputStream
-
Deprecated.
use ASN1InputStream
- 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
-
- discardNonBase64(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Discards any characters outside of the base64 alphabet, per
the requirements on page 25 of RFC 2045 - "Any characters
outside of the base64 alphabet are to be ignored in base64
encoded data."
- discardWhitespace(byte[]) - Static method in class org.apache.commons.ssl.Base64
-
Discards any whitespace from a base-64 encoded block.
- doPostConnectSocketStuff(SSLSocket, String) - Method in class org.apache.commons.ssl.SSL
-
- doPreConnectServerSocketStuff(SSLServerSocket) - Method in class org.apache.commons.ssl.SSL
-
- doPreConnectSocketStuff(SSLSocket) - 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.
- EIGHTBIT - Static variable in class org.apache.commons.ssl.Base64
-
Used to calculate the number of bits in a byte.
- 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(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.
- 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
- 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
-
- 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
-
- 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.
- getAlias() - Method in class org.apache.commons.ssl.KeyMaterial
-
- getAllowedNames() - Method in class org.apache.commons.ssl.SSL
-
- getAllowedNames() - Method in class org.apache.commons.ssl.SSLClient
-
- getAllowedNames() - Method in class org.apache.commons.ssl.SSLServer
-
- getApplicationTag() - Method in class org.apache.commons.ssl.asn1.DERApplicationSpecific
-
- getAssociatedCertificateChain() - Method in class org.apache.commons.ssl.KeyMaterial
-
- 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
-
- 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.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
-
- 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
-
- getLine() - Method in class org.apache.commons.ssl.Base64InputStream
-
- 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
-
- 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
-
- 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
-
- 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
-