A B C D E F G H I J K L M N O P R S T U V W X

B

BAD_BINDINGS - Static variable in class org.ietf.jgss.GSSException
Channel bindings mismatch error.
BAD_MECH - Static variable in class org.ietf.jgss.GSSException
Unsupported mechanism requested error.
BAD_MIC - Static variable in class org.ietf.jgss.GSSException
Token had invalid integrity check error.
BAD_NAME - Static variable in class org.ietf.jgss.GSSException
Invalid name provided error.
BAD_NAMETYPE - Static variable in class org.ietf.jgss.GSSException
Name of unsupported type provided error.
BAD_QOP - Static variable in class org.ietf.jgss.GSSException
Unsupported QOP value error.
BAD_STATUS - Static variable in class org.ietf.jgss.GSSException
Invalid status code error - this is the default status value.
BadPaddingException - exception javax.crypto.BadPaddingException.
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly
BadPaddingException() - Constructor for class javax.crypto.BadPaddingException
Constructs a KeyException with no detail message.
BadPaddingException(String) - Constructor for class javax.crypto.BadPaddingException
Constructs a KeyException with the specified detail message.
base64Decode(byte[]) - Static method in class com.dstc.security.pki.CertUtil
Decodes a base-64 encoded byte array.
base64Encode(byte[]) - Static method in class com.dstc.security.pki.CertUtil
Encodes a byte array into base-64.
BasicTrustEngine - class com.dstc.security.ssl.BasicTrustEngine.
A simple TrustEngine that does basic cert-path processing.
BasicTrustEngine(Collection) - Constructor for class com.dstc.security.ssl.BasicTrustEngine
Create a BasicTrustEngine with a collection of trusted certificates.
BasicTrustEngine(Collection, CertChecker) - Constructor for class com.dstc.security.ssl.BasicTrustEngine
Create a BasicTrustEngine with a collection of trusted certificates and a certificate-checking callback.
BasicTrustEngine(X509Certificate[]) - Constructor for class com.dstc.security.ssl.BasicTrustEngine
Create a BasicTrustEngine with an array of trusted certificates.
BasicTrustEngine(X509Certificate[], CertChecker) - Constructor for class com.dstc.security.ssl.BasicTrustEngine
Create a BasicTrustEngine with an array of trusted certificates and a certificate-checking callback.

A B C D E F G H I J K L M N O P R S T U V W X