Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractAnonymousFactory - Class in org.jboss.sasl.anonymous
A base class for the anonymous factories to verify from the properties supplied if anonymous can be used.
AbstractAnonymousFactory() - Constructor for class org.jboss.sasl.anonymous.AbstractAnonymousFactory
Construct a new instance.
AbstractDigestMD5Factory - Class in org.jboss.sasl.digest
The abstract factory for the digest SASL mechanisms.
AbstractDigestMD5Factory() - Constructor for class org.jboss.sasl.digest.AbstractDigestMD5Factory
Construct a new instance.
AbstractSaslClient - Class in org.jboss.sasl.util
A base class for SASL client implementations.
AbstractSaslClient(String, String, String, CallbackHandler, String, boolean) - Constructor for class org.jboss.sasl.util.AbstractSaslClient
Construct a new instance.
AbstractSaslFactory - Class in org.jboss.sasl.util
Abstract SASL factory base class.
AbstractSaslFactory(String) - Constructor for class org.jboss.sasl.util.AbstractSaslFactory
Construct a new instance.
AbstractSaslImpl - Class in org.jboss.sasl.digest
The base class used by client and server implementations of SASL mechanisms to process properties passed in the props argument and strings with the same format (e.g., used in digest-md5).
AbstractSaslImpl(Map, String) - Constructor for class org.jboss.sasl.digest.AbstractSaslImpl
 
AbstractSaslParticipant - Class in org.jboss.sasl.util
A common base class for SASL participants.
AbstractSaslParticipant(String, String, String, CallbackHandler) - Constructor for class org.jboss.sasl.util.AbstractSaslParticipant
Construct a new instance.
AbstractSaslServer - Class in org.jboss.sasl.util
A base class for SASL client implementations.
AbstractSaslServer(String, String, String, CallbackHandler) - Constructor for class org.jboss.sasl.util.AbstractSaslServer
Construct a new instance.
addDesParity(byte[], int, int) - Static method in class org.jboss.sasl.digest.DigestMD5Base
Expands a 7-byte array into an 8-byte array that contains parity bits The binary format of a cryptographic key is: (B1,B2,...,B7,P1,B8,...B14,P2,B15,...,B49,P7,B50,...,B56,P8) where (B1,B2,...,B56) are the independent bits of a DES key and (PI,P2,...,P8) are reserved for parity bits computed on the preceding seven independent bits and set so that the parity of the octet is odd, i.e., there is an odd number of "1" bits in the octet.
ALGORITHM - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
ALGORITHM_DIRECTIVE - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
allQop - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
ALTERNATIVE_PROTOCOLS_PROPERTY - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
ANONYMOUS - Static variable in class org.jboss.sasl.anonymous.AbstractAnonymousFactory
The name of the ANONYMOUS SASL mechanism.
AnonymousClientFactory - Class in org.jboss.sasl.anonymous
The client factory for the anonymous SASL mechanism.
AnonymousClientFactory() - Constructor for class org.jboss.sasl.anonymous.AnonymousClientFactory
 
AnonymousSaslClient - Class in org.jboss.sasl.anonymous
A client implementation of the RFC 4505 ANONYMOUS mechanism.
AnonymousSaslClient(String, String, CallbackHandler, String) - Constructor for class org.jboss.sasl.anonymous.AnonymousSaslClient
Construct a new instance.
AnonymousSaslServer - Class in org.jboss.sasl.anonymous
A server implementation of the RFC 4505 ANONYMOUS mechanism.
AnonymousSaslServer(String, String, CallbackHandler) - Constructor for class org.jboss.sasl.anonymous.AnonymousSaslServer
Construct a new instance.
AnonymousServerFactory - Class in org.jboss.sasl.anonymous
The server factory for the anonymous SASL mechanism.
AnonymousServerFactory() - Constructor for class org.jboss.sasl.anonymous.AnonymousServerFactory
 
authorizationId - Variable in class org.jboss.sasl.localuser.LocalUserServer
 
authorizationId - Variable in class org.jboss.sasl.util.AbstractSaslClient
 
authorizedId - Variable in class org.jboss.sasl.plain.PlainSaslServer
 
authzid - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
AUTHZID - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
authzidBytes - Variable in class org.jboss.sasl.digest.DigestMD5Client
 

B

basePath - Variable in class org.jboss.sasl.localuser.LocalUserServer
 
binaryToHex(byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Base
Convert a byte array to hexadecimal string.

C

callbackHandler - Variable in class org.jboss.sasl.util.AbstractSaslParticipant
 
cbh - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
challengeFile - Variable in class org.jboss.sasl.localuser.LocalUserServer
 
CHARSET - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
CHARSET - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
Charsets - Class in org.jboss.sasl.util
Character sets used by SASL protocols.
Charsets() - Constructor for class org.jboss.sasl.util.Charsets
 
checkQopSupport(byte[], byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Client
Parses the 'qop' directive.
checkStrengthSupport(byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Client
Processes the 'cipher' digest-challenge directive.
CIPHER - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
CIPHER - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
CIPHER_MASKS - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
CIPHER_PROPERTY - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
CIPHER_TOKENS - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
clearPassword() - Method in class org.jboss.sasl.digest.DigestMD5Client
 
CLIENT_CONF_MAGIC - Static variable in class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
 
CLIENT_INT_MAGIC - Static variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 
cnonce - Variable in class org.jboss.sasl.digest.DigestMD5Client
 
CNONCE - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
COLON - Static variable in class org.jboss.sasl.util.UsernamePasswordHashUtil
 
combineMasks(byte[]) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
 
COMPLETE - Static variable in interface org.jboss.sasl.util.SaslState
The SASL negotiation completed state.
completed - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
context - Variable in class org.jboss.sasl.util.AbstractSaslParticipant
 
convertFromHex(char[]) - Static method in class org.jboss.sasl.util.HexConverter
Take the incoming character of hex encoded data and convert to the raw byte values.
convertFromHex(String) - Static method in class org.jboss.sasl.util.HexConverter
Take the incoming String of hex encoded data and convert to the raw byte values.
convertToHexBytes(byte[]) - Static method in class org.jboss.sasl.util.HexConverter
Take the supplied byte array and convert it to to a byte array of the encoded hex values.
convertToHexString(byte[]) - Static method in class org.jboss.sasl.util.HexConverter
Take the supplied byte array and convert it to a hex encoded String.
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.anonymous.AnonymousClientFactory
 
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.digest.DigestMD5ClientFactory
 
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.localuser.LocalUserClientFactory
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.anonymous.AnonymousServerFactory
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.digest.DigestMD5ServerFactory
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.gssapi.GssapiServerFactory
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.localuser.LocalUserServerFactory
 
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.jboss.sasl.plain.PlainServerFactory
 

D

decCipher - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
 
DEFAULT_MAXBUF - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
DEFAULT_QOP - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
DEFAULT_STRENGTH - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
DEFAULT_USER - Static variable in class org.jboss.sasl.localuser.LocalUserServer
 
defaultUser - Variable in class org.jboss.sasl.localuser.LocalUserServer
 
deleteChallenge() - Method in class org.jboss.sasl.localuser.LocalUserServer
 
DES - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
DES3 - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
DES_3_STRENGTH - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
DES_STRENGTH - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
DI_CLASS_NAME - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
digest - Variable in class org.jboss.sasl.util.UsernamePasswordHashUtil
 
DIGEST_MD5 - Static variable in class org.jboss.sasl.digest.AbstractDigestMD5Factory
The name of this mechanism.
DIGEST_URI - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
DigestHashCallback - Class in org.jboss.sasl.callback
Callback to allow Digest mechanisms to request the pre-digested {username : realm : password} value instead of the plain text password.
DigestHashCallback(String) - Constructor for class org.jboss.sasl.callback.DigestHashCallback
Construct the DigestHashCallback with the supplied prompt.
DigestIntegrity(boolean) - Constructor for class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
Initializes DigestIntegrity implementation of SecurityCtx to enable DIGEST-MD5 integrity checking.
DigestMD5Base - Class in org.jboss.sasl.digest
Utility class for DIGEST-MD5 mechanism.
DigestMD5Base(Map<String, ?>, String, int, CallbackHandler) - Constructor for class org.jboss.sasl.digest.DigestMD5Base
Constucts an instance of DigestMD5Base.
DigestMD5Base.DigestIntegrity - Class in org.jboss.sasl.digest
Implementation of the SecurityCtx interface allowing for messages between the client and server to be integrity checked.
DigestMD5Base.DigestPrivacy - Class in org.jboss.sasl.digest
Implementation of the SecurityCtx interface allowing for messages between the client and server to be integrity checked and encrypted.
DigestMD5Client - Class in org.jboss.sasl.digest
An implementation of the DIGEST-MD5 (RFC 2831) SASL (RFC 2222) mechanism.
DigestMD5Client(String, String, String, Map, CallbackHandler) - Constructor for class org.jboss.sasl.digest.DigestMD5Client
Constructor for DIGEST-MD5 mechanism.
DigestMD5ClientFactory - Class in org.jboss.sasl.digest
The client factory for the digest SASL mechanisms.
DigestMD5ClientFactory() - Constructor for class org.jboss.sasl.digest.DigestMD5ClientFactory
 
DigestMD5Server - Class in org.jboss.sasl.digest
An implementation of the DIGEST-MD5 server SASL mechanism.
DigestMD5Server(String, String, Map<String, ?>, CallbackHandler) - Constructor for class org.jboss.sasl.digest.DigestMD5Server
 
DigestMD5ServerFactory - Class in org.jboss.sasl.digest
 
DigestMD5ServerFactory() - Constructor for class org.jboss.sasl.digest.DigestMD5ServerFactory
 
DigestPrivacy(boolean) - Constructor for class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
Initializes the cipher object instances for encryption and decryption.
digestUri - Variable in class org.jboss.sasl.digest.DigestMD5Client
 
digestUris - Variable in class org.jboss.sasl.digest.DigestMD5Server
 
DIRECTIVE_KEY - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
DIRECTIVE_KEY - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
dispose() - Method in class org.jboss.sasl.digest.DigestMD5Base
 
dispose() - Method in class org.jboss.sasl.gssapi.GssapiServer
 
dispose() - Method in interface org.jboss.sasl.gssapi.SubjectIdentity
Dispose of this SubjectIdentity and clean up any associated resources.
dispose() - Method in class org.jboss.sasl.localuser.LocalUserServer
 
dispose() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Dispose of this participant.
DOT - Static variable in class org.jboss.sasl.JBossSaslProvider
 
DP_CLASS_NAME - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 

E

EMPTY - Static variable in class org.jboss.sasl.util.AbstractSaslFactory
 
EMPTY_BYTE_ARRAY - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
encCipher - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
 
ENCODED_NONCE_SIZE - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
encodedLengthOf(String) - Static method in class org.jboss.sasl.util.Charsets
Get the encoded length of a string.
encodeTo(String, byte[], int) - Static method in class org.jboss.sasl.util.Charsets
Encode a string into UTF-8 (except encoding character zero to its two-byte form).
encoding - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
evaluateChallenge(byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Client
Process the challenge data.
evaluateChallenge(byte[]) - Method in class org.jboss.sasl.util.AbstractSaslClient
Evaluate an authentication challenge received from the server.
evaluateMessage(byte[]) - Method in class org.jboss.sasl.util.AbstractSaslParticipant
 
evaluateMessage(SaslStateContext, byte[]) - Method in class org.jboss.sasl.util.ExceptionSaslState
 
evaluateMessage(SaslStateContext, byte[]) - Method in interface org.jboss.sasl.util.SaslState
Evaluate a SASL challenge or response message.
evaluateResponse(byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Server
 
evaluateResponse(byte[]) - Method in class org.jboss.sasl.gssapi.GssapiServer
 
evaluateResponse(byte[]) - Method in class org.jboss.sasl.util.AbstractSaslServer
Evaluate an authentication response received from the client.
ExceptionSaslState - Class in org.jboss.sasl.util
 
ExceptionSaslState(String) - Constructor for class org.jboss.sasl.util.ExceptionSaslState
 
extractDirective(String, byte[], String[], byte[][], List<byte[]>, int) - Static method in class org.jboss.sasl.digest.DigestMD5Base
Processes directive/value pairs from the digest-challenge and fill out the challengeVal array.

F

FAILED - Static variable in interface org.jboss.sasl.util.SaslState
The SASL negotiation failure state.
finalize() - Method in class org.jboss.sasl.localuser.LocalUserServer
 
findCipherAndStrength(byte[], String[]) - Method in class org.jboss.sasl.digest.DigestMD5Client
Steps through the ordered 'strength' array, and compares it with the 'supportedCiphers' array.
findFactoryForGssapi(Map<String, ?>) - Method in class org.jboss.sasl.gssapi.GssapiServerFactory
 
findPreferredMask(byte, byte[]) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
 

G

generateChallenge(List<String>, String, String) - Method in class org.jboss.sasl.digest.DigestMD5Server
Generates challenge to be sent to client.
generateChallenge(byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Server
 
generateClientResponse(byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Client
Returns digest-response suitable for an initial authentication.
generateHashedHexURP(String, String, char[], boolean) - Method in class org.jboss.sasl.util.UsernamePasswordHashUtil
 
generateHashedHexURP(String, String, char[]) - Method in class org.jboss.sasl.util.UsernamePasswordHashUtil
 
generateHashedURP(String, String, char[], boolean) - Method in class org.jboss.sasl.util.UsernamePasswordHashUtil
Takes the supplied username, realm and password and generates the digested { username ':' realm ':' password}
generateHashedURP(String, String, char[]) - Method in class org.jboss.sasl.util.UsernamePasswordHashUtil
 
generateIntegrityKeyPair(boolean) - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
Generate client-server, server-client key pairs for DIGEST-MD5 integrity checking.
generateNonce() - Static method in class org.jboss.sasl.digest.DigestMD5Base
 
generatePrivacyKeyPair(boolean) - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
Generates client-server and server-client keys to encrypt and decrypt messages.
generateResponseAuth(String, String, char[], byte[], int, byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Server
Server sends a message formatted as follows: response-auth = "rspauth" "=" response-value where response-value is calculated as above, using the values sent in step two, except that if qop is "auth", then A2 is A2 = { ":", digest-uri-value } And if qop is "auth-int" or "auth-conf" then A2 is A2 = { ":", digest-uri-value, ":00000000000000000000000000000000" }
generateResponseAuth(String, byte[], byte[], int, byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Server
Server sends a message formatted as follows: response-auth = "rspauth" "=" response-value where response-value is calculated as above, using the values sent in step two, except that if qop is "auth", then A2 is A2 = { ":", digest-uri-value } And if qop is "auth-int" or "auth-conf" then A2 is A2 = { ":", digest-uri-value, ":00000000000000000000000000000000" }
generateResponseValue(String, String, String, String, String, char[], byte[], byte[], int, byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Base
Assembles response-value for digest-response.
generateResponseValue(String, String, String, byte[], byte[], byte[], int, byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Base
Assembles response-value for digest-response.
getAuthorizationID() - Method in class org.jboss.sasl.anonymous.AnonymousSaslServer
getAuthorizationID() - Method in class org.jboss.sasl.digest.DigestMD5Server
 
getAuthorizationID() - Method in class org.jboss.sasl.gssapi.GssapiServer
 
getAuthorizationID() - Method in class org.jboss.sasl.localuser.LocalUserServer
 
getAuthorizationID() - Method in class org.jboss.sasl.plain.PlainSaslServer
 
getAuthorizationId() - Method in class org.jboss.sasl.util.AbstractSaslClient
Get the specified authorization ID.
getCallbackHandler() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Get the configured authentication callback handler.
getContext() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Get the current negotiation state context.
getHash() - Method in class org.jboss.sasl.callback.DigestHashCallback
Get the hash that has been set on this Callback.
getHexHash() - Method in class org.jboss.sasl.callback.DigestHashCallback
Get the hex encoded form of the hash set on this Callback.
getHMAC(byte[], byte[], byte[], int, int) - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
Generates MAC to be appended onto out-going messages.
getMechanismName() - Method in class org.jboss.sasl.digest.DigestMD5Base
Retrieves the SASL mechanism IANA name.
getMechanismName() - Method in class org.jboss.sasl.gssapi.GssapiServer
 
getMechanismName() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Get the name of this mechanism.
getMechanismNames(Map<String, ?>) - Method in class org.jboss.sasl.anonymous.AnonymousServerFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.jboss.sasl.gssapi.GssapiServerFactory
 
getMechanismNames(Map<String, ?>) - Method in class org.jboss.sasl.util.AbstractSaslFactory
Get the mechanism names matching the given properties.
getNegotiatedProperty(String) - Method in class org.jboss.sasl.digest.AbstractSaslImpl
Retrieves the negotiated property.
getNegotiatedProperty(String) - Method in class org.jboss.sasl.digest.DigestMD5Base
 
getNegotiatedProperty(String) - Method in class org.jboss.sasl.gssapi.GssapiServer
 
getNegotiatedProperty(String) - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Get a property negotiated between this participant and the other.
getNonceCount(byte[]) - Static method in class org.jboss.sasl.digest.DigestMD5Client
Returns the number of requests (including current request) that the client has sent in response to nonceValue.
getPassword() - Method in class org.jboss.sasl.callback.VerifyPasswordCallback
 
getPlatformCiphers() - Static method in class org.jboss.sasl.digest.DigestMD5Base
 
getProperty(String) - Static method in class org.jboss.sasl.localuser.LocalUserServer
 
getPropertyValue(String, Map<String, ?>, boolean) - Method in class org.jboss.sasl.util.AbstractSaslFactory
Get a boolean property value from the properties map.
getProtocol() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Get the protocol name.
getRandom() - Method in class org.jboss.sasl.localuser.LocalUserServer
 
getServerName() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Get the server name.
getSubject() - Method in class org.jboss.sasl.gssapi.GssapiServer
 
getSubject() - Method in interface org.jboss.sasl.gssapi.SubjectIdentity
Obtain the Subject associated with this identity.
getSubjectIdentity(String, String) - Method in interface org.jboss.sasl.gssapi.SubjectFactory
Obtain a SubjectIdentity for the specified protocol and server name, or return null if none is available.
getVersionString() - Static method in class org.jboss.sasl.JBossSaslProvider
Get the version string of the JBoss SASL provider.
getWrapper() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Get the current configured SASL wrapper, if any.
GSSAPI - Static variable in class org.jboss.sasl.gssapi.GssapiServerFactory
 
GSSAPI_KEY - Static variable in class org.jboss.sasl.gssapi.GssapiServerFactory
 
GssapiServer - Class in org.jboss.sasl.gssapi
A simple SaslServer to wrap calls to a realm GSSAPI sasl server.
GssapiServer(SubjectIdentity, SaslServer) - Constructor for class org.jboss.sasl.gssapi.GssapiServer
 
GssapiServerFactory - Class in org.jboss.sasl.gssapi
A SaslServerFactory to locate the default GSSAPI mechanism and wrap it in our own version to ensure our identity is set on the access control context.
GssapiServerFactory() - Constructor for class org.jboss.sasl.gssapi.GssapiServerFactory
 

H

H_A1 - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
handleCallbacks(Callback...) - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Handle callbacks, wrapping exceptions as needed (including unsupported callbacks).
hash - Variable in class org.jboss.sasl.callback.DigestHashCallback
 
hasInitialResponse() - Method in class org.jboss.sasl.digest.DigestMD5Client
DIGEST-MD5 has no initial response
hasInitialResponse - Variable in class org.jboss.sasl.util.AbstractSaslClient
 
hasInitialResponse() - Method in class org.jboss.sasl.util.AbstractSaslClient
Determines whether this mechanism has an optional initial response.
HEX_BYTES - Static variable in class org.jboss.sasl.util.HexConverter
 
HEX_CHARS - Static variable in class org.jboss.sasl.util.HexConverter
 
HexConverter - Class in org.jboss.sasl.util
A utility class for mapping between byte arrays and their hex representation and back again.
HexConverter() - Constructor for class org.jboss.sasl.util.HexConverter
 
hexHash - Variable in class org.jboss.sasl.callback.DigestHashCallback
 
HIGH_STRENGTH - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 

I

identity - Variable in class org.jboss.sasl.gssapi.GssapiServer
 
incrementSeqNum() - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
Increment own sequence number and set answer in NBO sequenceNum field.
indexOf(byte[], int, int, int) - Static method in class org.jboss.sasl.util.Charsets
Find the first occurrence of a byte in a byte array.
indexOf(byte[], int, int) - Static method in class org.jboss.sasl.util.Charsets
Find the first occurrence of a byte in a byte array.
indexOf(byte[], int) - Static method in class org.jboss.sasl.util.Charsets
Find the first occurrence of a byte in a byte array.
INFO - Static variable in class org.jboss.sasl.JBossSaslProvider
 
init() - Method in class org.jboss.sasl.localuser.LocalUserClient
 
init() - Method in class org.jboss.sasl.localuser.LocalUserServer
 
init() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
 
initial - Variable in class org.jboss.sasl.anonymous.AnonymousSaslClient
 
INITIAL - Static variable in class org.jboss.sasl.anonymous.AnonymousSaslServer
 
INITIAL - Variable in class org.jboss.sasl.plain.PlainSaslServer
 
integrity - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
INTEGRITY_ONLY_PROTECTION - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
intToNetworkByteOrder(int, byte[], int, int) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
Encodes an integer into 4 bytes in network byte order in the buffer supplied.
isActiveSusceptible() - Method in class org.jboss.sasl.localuser.LocalUserSaslFactory
 
isActiveSusceptible() - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether the mechanism is susceptible to active attack.
isAnonymous() - Method in class org.jboss.sasl.digest.AbstractDigestMD5Factory
 
isAnonymous() - Method in class org.jboss.sasl.localuser.LocalUserSaslFactory
 
isAnonymous() - Method in class org.jboss.sasl.plain.PlainServerFactory
 
isAnonymous() - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether the algorithm is anonymous.
isComplete() - Method in class org.jboss.sasl.digest.AbstractSaslImpl
Determines whether this mechanism has completed.
isComplete() - Method in class org.jboss.sasl.gssapi.GssapiServer
 
isComplete() - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Determine whether the authentication exchange has completed.
isDictionarySusceptible() - Method in class org.jboss.sasl.anonymous.AbstractAnonymousFactory
 
isDictionarySusceptible() - Method in class org.jboss.sasl.localuser.LocalUserSaslFactory
 
isDictionarySusceptible() - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether the mechanism is susceptible to dictionary (passive) attacks.
isForwardSecrecy() - Method in class org.jboss.sasl.localuser.LocalUserSaslFactory
 
isForwardSecrecy() - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether forward secrecy is implemented.
isIncluded(String...) - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether our mechanism name is among those given.
isLws(byte) - Static method in class org.jboss.sasl.digest.DigestMD5Base
 
isPassCredentials() - Method in class org.jboss.sasl.localuser.LocalUserSaslFactory
 
isPassCredentials() - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether the mechanism passes client credentials.
isPlainText() - Method in class org.jboss.sasl.anonymous.AbstractAnonymousFactory
 
isPlainText() - Method in class org.jboss.sasl.digest.AbstractDigestMD5Factory
 
isPlainText() - Method in class org.jboss.sasl.localuser.LocalUserSaslFactory
 
isPlainText() - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether the algorithm employs plain text.
isVerified() - Method in class org.jboss.sasl.callback.VerifyPasswordCallback
 

J

JBOSS_LOCAL_USER - Static variable in class org.jboss.sasl.localuser.LocalUserSaslFactory
 
JBossSaslProvider - Class in org.jboss.sasl
 
JBossSaslProvider() - Constructor for class org.jboss.sasl.JBossSaslProvider
Construct a new instance.
JCE_CIPHER_NAME - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 

L

LATIN_1 - Static variable in class org.jboss.sasl.util.Charsets
The 8859_1 character set.
LOCAL_USER_CHALLENGE_PATH - Static variable in class org.jboss.sasl.localuser.LocalUserServer
 
LOCAL_USER_USE_SECURE_RANDOM - Static variable in class org.jboss.sasl.localuser.LocalUserServer
 
LocalUserClient - Class in org.jboss.sasl.localuser
 
LocalUserClient(String, String, Map<String, ?>, CallbackHandler, String) - Constructor for class org.jboss.sasl.localuser.LocalUserClient
 
LocalUserClientFactory - Class in org.jboss.sasl.localuser
 
LocalUserClientFactory() - Constructor for class org.jboss.sasl.localuser.LocalUserClientFactory
 
LocalUserSaslFactory - Class in org.jboss.sasl.localuser
Base class for the JBOSS-LOCAL-USER SASL mechanism.
LocalUserSaslFactory() - Constructor for class org.jboss.sasl.localuser.LocalUserSaslFactory
 
LocalUserServer - Class in org.jboss.sasl.localuser
 
LocalUserServer(String, String, Map<String, ?>, CallbackHandler) - Constructor for class org.jboss.sasl.localuser.LocalUserServer
 
LocalUserServerFactory - Class in org.jboss.sasl.localuser
 
LocalUserServerFactory() - Constructor for class org.jboss.sasl.localuser.LocalUserServerFactory
 
log - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
log - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
log - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
log - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
LOW_STRENGTH - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 

M

main(String[]) - Static method in class org.jboss.sasl.util.HexConverter
 
main(String[]) - Static method in class org.jboss.sasl.util.UsernamePasswordHashUtil
 
makeDesKeys(byte[], String) - Static method in class org.jboss.sasl.digest.DigestMD5Base
Create parity-adjusted keys suitable for DES / DESede encryption.
MASK - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
matches(Map<String, ?>) - Method in class org.jboss.sasl.util.AbstractSaslFactory
Determine whether the properties match this mechanism.
MAX_CHALLENGE_LENGTH - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
MAX_RESPONSE_LENGTH - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
MAX_SEND_BUF - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
MAXBUF - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
MAXBUF - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
MD5 - Static variable in class org.jboss.sasl.util.UsernamePasswordHashUtil
 
mechanismName - Variable in class org.jboss.sasl.util.AbstractSaslParticipant
 
MEDIUM_STRENGTH - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
messageType - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 
MY_CLASS_NAME - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
MY_CLASS_NAME - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
myCiphers - Variable in class org.jboss.sasl.digest.DigestMD5Server
 
myClassName - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
myKi - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 
mySeqNum - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 

N

names - Variable in class org.jboss.sasl.util.AbstractSaslFactory
 
needEscape(String) - Static method in class org.jboss.sasl.digest.DigestMD5Base
 
needEscape(char) - Static method in class org.jboss.sasl.digest.DigestMD5Base
 
negotiatedCipher - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
negotiatedQop - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
negotiatedRealm - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
negotiatedStrength - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
negotiationComplete() - Method in interface org.jboss.sasl.util.SaslStateContext
Indicate that negotiation is complete.
networkByteOrderToInt(byte[], int, int) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
Returns the integer represented by 4 bytes in network byte order.
NO_BYTES - Static variable in class org.jboss.sasl.util.AbstractSaslParticipant
An empty byte array.
NO_PROTECTION - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
nonce - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
NONCE - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
NONCE - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
NONCE_COUNT - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
NONCE_COUNT_VALUE - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
nonceCount - Variable in class org.jboss.sasl.digest.DigestMD5Client
 
nonceCountToHex(int) - Static method in class org.jboss.sasl.digest.DigestMD5Base
Takes 'nonceCount' value and returns HEX value of the value.

O

org.jboss.sasl - package org.jboss.sasl
JBoss SASL providers base package.
org.jboss.sasl.anonymous - package org.jboss.sasl.anonymous
 
org.jboss.sasl.callback - package org.jboss.sasl.callback
 
org.jboss.sasl.digest - package org.jboss.sasl.digest
 
org.jboss.sasl.gssapi - package org.jboss.sasl.gssapi
Package to contain a GSSAPI mechanism, in this case the mechanism is simply delegating to the locally available GSSAPI mechanism but wrapping the calls with an identity.
org.jboss.sasl.localuser - package org.jboss.sasl.localuser
 
org.jboss.sasl.plain - package org.jboss.sasl.plain
 
org.jboss.sasl.util - package org.jboss.sasl.util
 

P

parseDirectives(byte[], String[], List<byte[]>, int) - Static method in class org.jboss.sasl.digest.DigestMD5Base
Parses digest-challenge string, extracting each token and value(s)
parseProp(String, String, String[], byte[], String[], boolean) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
 
parseQop(String) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
 
parseQop(String, String[], boolean) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
 
parseStrength(String) - Static method in class org.jboss.sasl.digest.AbstractSaslImpl
 
passwd - Variable in class org.jboss.sasl.digest.DigestMD5Client
 
password - Variable in class org.jboss.sasl.callback.VerifyPasswordCallback
 
peerKi - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 
peerSeqNum - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 
pem_array - Static variable in class org.jboss.sasl.digest.DigestMD5Base
This array maps the characters to their 6 bit values
PLAIN - Static variable in class org.jboss.sasl.plain.PlainServerFactory
The PLAIN mechanism name
PlainSaslServer - Class in org.jboss.sasl.plain
 
PlainSaslServer(String, String, CallbackHandler) - Constructor for class org.jboss.sasl.plain.PlainSaslServer
Construct a new instance.
PlainServerFactory - Class in org.jboss.sasl.plain
The server factory for the plain SASL mechanism.
PlainServerFactory() - Constructor for class org.jboss.sasl.plain.PlainServerFactory
Default constructor.
PlainServerFactory(String) - Constructor for class org.jboss.sasl.plain.PlainServerFactory
Construct a new instance.
PRE_DIGESTED_PROPERTY - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
preDigested - Variable in class org.jboss.sasl.digest.DigestMD5Client
 
preDigestedPasswords - Variable in class org.jboss.sasl.digest.DigestMD5Client
Should the impl request and use pre-digested passwords instead of generating the {username : realm : password} hash?
preDigestedPasswords - Variable in class org.jboss.sasl.digest.DigestMD5Server
Should the impl request and use pre-digested passwords instead of generating the {username : realm : password} hash?
privacy - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
PRIVACY_PROTECTION - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
processChallenge(byte[][], List<byte[]>) - Method in class org.jboss.sasl.digest.DigestMD5Client
Record information from the challengeVal array into variables/fields.
prompt - Variable in class org.jboss.sasl.callback.DigestHashCallback
 
protocol - Variable in class org.jboss.sasl.util.AbstractSaslParticipant
 

Q

qop - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
QOP - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
QOP - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
QOP_MASKS - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
QOP_TOKENS - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
QUIET_AUTH - Static variable in class org.jboss.sasl.localuser.LocalUserClient
 
quietAuth - Variable in class org.jboss.sasl.localuser.LocalUserClient
 
quotedStringValue(String) - Static method in class org.jboss.sasl.digest.DigestMD5Base
 

R

RAW_NONCE_SIZE - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
rawSendSize - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
RC4 - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
RC4_40 - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
RC4_40_STRENGTH - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
RC4_56 - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
RC4_56_STRENGTH - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
RC4_STRENGTH - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
REALM - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
REALM - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
REALM_PROPERTY - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
recvMaxBufSize - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
RESPONSE - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
RESPONSE_AUTH - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 

S

safeClose(Closeable) - Static method in class org.jboss.sasl.localuser.LocalUserClient
 
SASL_CLIENT_FACTORY - Static variable in class org.jboss.sasl.JBossSaslProvider
 
SASL_SERVER_FACTORY - Static variable in class org.jboss.sasl.JBossSaslProvider
 
SaslState - Interface in org.jboss.sasl.util
 
SaslStateContext - Interface in org.jboss.sasl.util
 
SaslWrapper - Interface in org.jboss.sasl.util
 
secCtx - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
SECURITY_LAYER_MARKER - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
SecurityCtx - Interface in org.jboss.sasl.digest
Interface used for classes implementing integrity checking and privacy for DIGEST-MD5 SASL mechanism implementation.
sendMaxBufSize - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
sequenceNum - Variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 
serialVersionUID - Static variable in class org.jboss.sasl.JBossSaslProvider
 
serverName - Variable in class org.jboss.sasl.util.AbstractSaslParticipant
 
serverRealms - Variable in class org.jboss.sasl.digest.DigestMD5Server
 
setHash(byte[]) - Method in class org.jboss.sasl.callback.DigestHashCallback
Sets the raw byte[] hash.
setHexHash(String) - Method in class org.jboss.sasl.callback.DigestHashCallback
Sets the hex encoded form of a hash.
setNegotiationState(SaslState) - Method in interface org.jboss.sasl.util.SaslStateContext
Set the state to use for the next incoming message.
setParityBit(byte[]) - Static method in class org.jboss.sasl.digest.DigestMD5Base
Sets the parity bit (0th bit) in each byte so that each byte contains an odd number of 1's.
setVerified(boolean) - Method in class org.jboss.sasl.callback.VerifyPasswordCallback
 
setWrapper(SaslWrapper) - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Set the current configured SASL wrapper, if any.
skipLws(byte[], int) - Static method in class org.jboss.sasl.digest.DigestMD5Base
 
specifiedCipher - Variable in class org.jboss.sasl.digest.DigestMD5Client
 
specifiedQops - Variable in class org.jboss.sasl.digest.DigestMD5Server
 
STALE - Static variable in class org.jboss.sasl.digest.DigestMD5Client
 
state - Variable in class org.jboss.sasl.util.AbstractSaslParticipant
 
step - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
strength - Variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
STRENGTH_MASKS - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
STRENGTH_TOKENS - Static variable in class org.jboss.sasl.digest.AbstractSaslImpl
 
stringToByte(String, boolean) - Method in class org.jboss.sasl.util.UsernamePasswordHashUtil
An interpretation of the stringToByte_8859_1 method previously from DigestMD5Base.
stringToByte(char[], boolean) - Method in class org.jboss.sasl.util.UsernamePasswordHashUtil
A version of stringToByte that takes in a char[]
SUBJECT_FACTORY - Static variable in class org.jboss.sasl.gssapi.GssapiServerFactory
 
SubjectFactory - Interface in org.jboss.sasl.gssapi
Factory to obtain a single SubjectIdentity instance.
SubjectIdentity - Interface in org.jboss.sasl.gssapi
Wrapper around a single Subject.
SVR_CONF_MAGIC - Static variable in class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
 
SVR_INT_MAGIC - Static variable in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
 

T

text - Variable in class org.jboss.sasl.util.ExceptionSaslState
 
toByte(char[], int) - Static method in class org.jboss.sasl.util.HexConverter
 
tryHandleCallbacks(Callback...) - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Handle callbacks, wrapping exceptions as needed.

U

UNSET - Static variable in class org.jboss.sasl.digest.DigestMD5Base
 
unwrap(byte[], int, int) - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
Return verified message without MAC - only if the received MAC and re-generated MAC are the same.
unwrap(byte[], int, int) - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
 
unwrap(byte[], int, int) - Method in class org.jboss.sasl.digest.DigestMD5Base
Unwrap the incoming message using the wrap method of the secCtx object instance.
unwrap(byte[], int, int) - Method in interface org.jboss.sasl.digest.SecurityCtx
Unwrap incoming message and return original message
unwrap(byte[], int, int) - Method in class org.jboss.sasl.gssapi.GssapiServer
 
unwrap(byte[], int, int) - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Unwraps a byte array received from the other participant.
unwrap(byte[], int, int) - Method in interface org.jboss.sasl.util.SaslWrapper
 
username - Variable in class org.jboss.sasl.digest.DigestMD5Client
 
USERNAME - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
UsernamePasswordHashUtil - Class in org.jboss.sasl.util
A utility class for generating both the {user-name : realm-value : passwd } hash and the hex encoded version of the hash.
UsernamePasswordHashUtil() - Constructor for class org.jboss.sasl.util.UsernamePasswordHashUtil
The default constructor for UsernamePasswordHashUtil, when instantiated using this constructor a local MD5 MessageDigest will be used for the generated hashes.
UsernamePasswordHashUtil(MessageDigest) - Constructor for class org.jboss.sasl.util.UsernamePasswordHashUtil
Constructor to allow a pre-instantiated MessageDigest to be supplied.
useSecureRandom - Variable in class org.jboss.sasl.localuser.LocalUserServer
 
useUTF8 - Variable in class org.jboss.sasl.digest.DigestMD5Base
 
UTF8_DIRECTIVE - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
UTF8_PROPERTY - Static variable in class org.jboss.sasl.digest.DigestMD5Server
 
UTF8NUL - Static variable in class org.jboss.sasl.localuser.LocalUserClient
 
UTF8NUL - Static variable in class org.jboss.sasl.localuser.LocalUserServer
 
UTF_8 - Static variable in class org.jboss.sasl.util.Charsets
The UTF-8 character set.

V

validateClientResponse(byte[][]) - Method in class org.jboss.sasl.digest.DigestMD5Server
Validates client's response.
validateResponseValue(byte[]) - Method in class org.jboss.sasl.digest.DigestMD5Client
From RFC 2831, Section 2.1.3: Step Three [Server] sends a message formatted as follows: response-auth = "rspauth" "=" response-value where response-value is calculated as above, using the values sent in step two, except that if qop is "auth", then A2 is A2 = { ":", digest-uri-value } And if qop is "auth-int" or "auth-conf" then A2 is A2 = { ":", digest-uri-value, ":00000000000000000000000000000000" }
verified - Variable in class org.jboss.sasl.callback.VerifyPasswordCallback
 
VerifyPasswordCallback - Class in org.jboss.sasl.callback
A Callback to indicate the password has been verified instead of retrieving the password.
VerifyPasswordCallback(String) - Constructor for class org.jboss.sasl.callback.VerifyPasswordCallback
 

W

wrap(byte[], int, int) - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestIntegrity
Append MAC onto outgoing message.
wrap(byte[], int, int) - Method in class org.jboss.sasl.digest.DigestMD5Base.DigestPrivacy
Encrypt out-going message.
wrap(byte[], int, int) - Method in class org.jboss.sasl.digest.DigestMD5Base
Wrap outgoing bytes using the wrap method of the secCtx object instance.
wrap(byte[], int, int) - Method in interface org.jboss.sasl.digest.SecurityCtx
Wrap out-going message and return wrapped message
wrap(byte[], int, int) - Method in class org.jboss.sasl.gssapi.GssapiServer
 
wrap(byte[], int, int) - Method in class org.jboss.sasl.util.AbstractSaslParticipant
Wraps a byte array to be sent to the other participant.
wrap(byte[], int, int) - Method in interface org.jboss.sasl.util.SaslWrapper
 
wrapped - Variable in class org.jboss.sasl.gssapi.GssapiServer
 
wrapper - Variable in class org.jboss.sasl.util.AbstractSaslParticipant
 
writeQuotedStringValue(ByteArrayOutputStream, byte[]) - Static method in class org.jboss.sasl.digest.DigestMD5Base
Checks if a byte[] contains characters that must be quoted and write the resulting, possibly escaped, characters to out.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links