- channelBinding(ScramClient.ChannelBinding) - Static method in class com.ongres.scram.client.ScramClient
-
Selects for the client whether to use channel binding.
- channelBinding - Variable in class com.ongres.scram.client.ScramClient.PreBuilder1
-
- channelBindingMechanism - Variable in class com.ongres.scram.client.ScramClient.PreBuilder2
-
- CharAttribute - Interface in com.ongres.scram.common.util
-
Represents an attribute (a key name) that is represented by a single char.
- CharAttributeValue - Interface in com.ongres.scram.common.util
-
Augments a
CharAttribute
with a String value and the method(s) to write its data to a StringBuffer.
- checkArgument(boolean, String) - Static method in class com.ongres.scram.common.util.Preconditions
-
Checks that the argument is valid, based in a check boolean condition.
- checkNotEmpty(String, String) - Static method in class com.ongres.scram.common.util.Preconditions
-
Checks that the String is not null and not empty
- checkNotNull(T, String) - Static method in class com.ongres.scram.common.util.Preconditions
-
Checks that the argument is not null.
- CipherParameters - Interface in com.ongres.scram.common.bouncycastle.pbkdf2
-
all parameter classes implement this.
- clientFinalMessage() - Method in class com.ongres.scram.client.ScramSession.ClientFinalProcessor
-
Generates the SCRAM representation of the client-final-message.
- ClientFinalMessage - Class in com.ongres.scram.common.message
-
Constructs and parses client-final-messages.
- ClientFinalMessage(Gs2Header, byte[], String, byte[]) - Constructor for class com.ongres.scram.common.message.ClientFinalMessage
-
Constructus a client-final-message with the provided gs2Header (the same one used in the client-first-message),
optionally the channel binding data, and the nonce.
- clientFinalProcessor(String) - Method in class com.ongres.scram.client.ScramSession.ServerFirstProcessor
-
- clientFinalProcessor(byte[], byte[]) - Method in class com.ongres.scram.client.ScramSession.ServerFirstProcessor
-
- clientFirstMessage(Gs2CbindFlag, String, String) - Method in class com.ongres.scram.client.ScramSession
-
Returns the text representation of a SCRAM client-first-message, with the GSS-API header values indicated.
- clientFirstMessage() - Method in class com.ongres.scram.client.ScramSession
-
Returns the text representation of a SCRAM client-first-message, with no channel binding nor authzid.
- ClientFirstMessage - Class in com.ongres.scram.common.message
-
Constructs and parses client-first-messages.
- ClientFirstMessage(Gs2Header, String, String) - Constructor for class com.ongres.scram.common.message.ClientFirstMessage
-
Constructs a client-first-message for the given user, nonce and gs2Header.
- ClientFirstMessage(Gs2CbindFlag, String, String, String, String) - Constructor for class com.ongres.scram.common.message.ClientFirstMessage
-
Constructs a client-first-message for the given parameters.
- ClientFirstMessage(String, String) - Constructor for class com.ongres.scram.common.message.ClientFirstMessage
-
Constructs a client-first-message for the given parameters, with no channel binding nor authzid.
- clientKey(ScramMechanism, byte[]) - Static method in class com.ongres.scram.common.ScramFunctions
-
Generates a client key, from the salted password.
- clientKey(ScramMechanism, StringPreparation, String, byte[], int) - Static method in class com.ongres.scram.common.ScramFunctions
-
Generates a client key from the password and salt.
- clientProof(byte[], byte[]) - Static method in class com.ongres.scram.common.ScramFunctions
-
Computes the SCRAM client proof to be sent to the server on the client-final-message.
- clientSignature(ScramMechanism, byte[], String) - Static method in class com.ongres.scram.common.ScramFunctions
-
Computes the SCRAM client signature.
- com.ongres.scram.client - package com.ongres.scram.client
-
- com.ongres.scram.common - package com.ongres.scram.common
-
- com.ongres.scram.common.bouncycastle.base64 - package com.ongres.scram.common.bouncycastle.base64
-
- com.ongres.scram.common.bouncycastle.pbkdf2 - package com.ongres.scram.common.bouncycastle.pbkdf2
-
- com.ongres.scram.common.exception - package com.ongres.scram.common.exception
-
- com.ongres.scram.common.gssapi - package com.ongres.scram.common.gssapi
-
- com.ongres.scram.common.message - package com.ongres.scram.common.message
-
- com.ongres.scram.common.stringprep - package com.ongres.scram.common.stringprep
-
- com.ongres.scram.common.util - package com.ongres.scram.common.util
-
- copy() - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.Memoable
-
Produce a copy of this object with its configuration and in its current state.
- copy() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
- copyIn(GeneralDigest) - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.GeneralDigest
-
- copyOfRange(byte[], int, int) - Static method in class com.ongres.scram.common.bouncycastle.pbkdf2.Arrays
-
Make a copy of a range of bytes from the passed in data array.
- createSHA256() - Static method in class com.ongres.scram.common.bouncycastle.pbkdf2.DigestFactory
-
- CryptoUtil - Class in com.ongres.scram.common.util
-
Utility static methods for cryptography related tasks.
- CryptoUtil() - Constructor for class com.ongres.scram.common.util.CryptoUtil
-
- DataLengthException - Exception in com.ongres.scram.common.bouncycastle.pbkdf2
-
this exception is thrown if a buffer that is meant to have output
copied into it turns out to be too short, or if we've been given
insufficient input.
- DataLengthException() - Constructor for exception com.ongres.scram.common.bouncycastle.pbkdf2.DataLengthException
-
base constructor.
- DataLengthException(String) - Constructor for exception com.ongres.scram.common.bouncycastle.pbkdf2.DataLengthException
-
create a DataLengthException with the given message.
- decode(byte[]) - Static method in class com.ongres.scram.common.bouncycastle.base64.Base64
-
decode the base 64 encoded input data.
- decode(String) - Static method in class com.ongres.scram.common.bouncycastle.base64.Base64
-
decode the base 64 encoded String data - whitespace will be ignored.
- decode(String, OutputStream) - Static method in class com.ongres.scram.common.bouncycastle.base64.Base64
-
decode the base 64 encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], int, int, OutputStream) - Static method in class com.ongres.scram.common.bouncycastle.base64.Base64
-
Decode to an output stream;
- decode(byte[], int, int, OutputStream) - Method in class com.ongres.scram.common.bouncycastle.base64.Base64Encoder
-
decode the base 64 encoded byte data writing it to the given output stream,
whitespace characters will be ignored.
- decode(String, OutputStream) - Method in class com.ongres.scram.common.bouncycastle.base64.Base64Encoder
-
decode the base 64 encoded String data writing it to the given output stream,
whitespace characters will be ignored.
- decode(byte[], int, int, OutputStream) - Method in interface com.ongres.scram.common.bouncycastle.base64.Encoder
-
- decode(String, OutputStream) - Method in interface com.ongres.scram.common.bouncycastle.base64.Encoder
-
- DecoderException - Exception in com.ongres.scram.common.bouncycastle.base64
-
Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.
- decodingTable - Variable in class com.ongres.scram.common.bouncycastle.base64.Base64Encoder
-
- DEFAULT_NONCE_LENGTH - Static variable in class com.ongres.scram.client.ScramClient
-
Length (in characters, bytes) of the nonce generated by default (if no nonce supplier is provided)
- Digest - Interface in com.ongres.scram.common.bouncycastle.pbkdf2
-
interface that a message digest conforms to.
- digest(byte[]) - Method in interface com.ongres.scram.common.ScramMechanism
-
Calculate a message digest, according to the algorithm of the SCRAM mechanism.
- digest(byte[]) - Method in enum com.ongres.scram.common.ScramMechanisms
-
- DigestFactory - Class in com.ongres.scram.common.bouncycastle.pbkdf2
-
Basic factory class for message digests.
- DigestFactory() - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.DigestFactory
-
- doFinal(byte[], int) - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.Digest
-
close the digest, producing the final digest value.
- doFinal(byte[], int) - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.HMac
-
- doFinal(byte[], int) - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.Mac
-
Compute the final stage of the MAC writing the output to the out
parameter.
- doFinal(byte[], int) - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
- doNormalize(String) - Method in enum com.ongres.scram.common.stringprep.StringPreparations
-
- GeneralDigest - Class in com.ongres.scram.common.bouncycastle.pbkdf2
-
base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347.
- GeneralDigest() - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.GeneralDigest
-
Standard constructor
- GeneralDigest(GeneralDigest) - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.GeneralDigest
-
Copy constructor.
- GeneralDigest(byte[]) - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.GeneralDigest
-
- generateDerivedParameters(int) - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.PBEParametersGenerator
-
generate derived parameters for a key of length keySize.
- generateDerivedParameters(int) - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.PKCS5S2ParametersGenerator
-
Generate a key parameter derived from the password, salt, and iteration
count we are currently initialised with.
- get() - Method in interface com.ongres.scram.client.NonceSupplier
-
- getAlgorithmName() - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.Digest
-
return the algorithm name
- getAlgorithmName() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.HMac
-
- getAlgorithmName() - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.Mac
-
Return the name of the algorithm the MAC implements.
- getAlgorithmName() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
- getAuthzid() - Method in class com.ongres.scram.common.gssapi.Gs2Header
-
- getAuthzid() - Method in class com.ongres.scram.common.message.ClientFirstMessage
-
- getByErrorMessage(String) - Static method in enum com.ongres.scram.common.message.ServerFinalMessage.Error
-
- getByteLength() - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.ExtendedDigest
-
Return the size in bytes of the internal buffer the digest applies it's compression
function to.
- getByteLength() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.GeneralDigest
-
- getCause() - Method in exception com.ongres.scram.common.bouncycastle.base64.DecoderException
-
- getCause() - Method in exception com.ongres.scram.common.bouncycastle.base64.EncoderException
-
- getChannelBindingFlag() - Method in class com.ongres.scram.common.gssapi.Gs2Header
-
- getChannelBindingFlag() - Method in class com.ongres.scram.common.message.ClientFirstMessage
-
- getChannelBindingName() - Method in class com.ongres.scram.common.gssapi.Gs2Header
-
- getChannelBindingName() - Method in class com.ongres.scram.common.message.ClientFirstMessage
-
- getChar() - Method in enum com.ongres.scram.common.gssapi.Gs2Attributes
-
- getChar() - Method in enum com.ongres.scram.common.gssapi.Gs2CbindFlag
-
- getChar() - Method in enum com.ongres.scram.common.ScramAttributes
-
- getChar() - Method in class com.ongres.scram.common.util.AbstractCharAttributeValue
-
- getChar() - Method in interface com.ongres.scram.common.util.CharAttribute
-
Return the char used to represent this attribute
- getClientNonce() - Method in class com.ongres.scram.common.message.ServerFirstMessage
-
- getDigestSize() - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.Digest
-
return the size, in bytes, of the digest produced by this message digest.
- getDigestSize() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
- getEncodedState() - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.EncodableDigest
-
Return an encoded byte array for the digest's internal state
- getEncodedState() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
- getError() - Method in exception com.ongres.scram.common.exception.ScramServerErrorException
-
- getError() - Method in class com.ongres.scram.common.message.ServerFinalMessage
-
- getErrorMessage() - Method in enum com.ongres.scram.common.message.ServerFinalMessage.Error
-
- getGs2Header() - Method in class com.ongres.scram.common.message.ClientFirstMessage
-
- getHashAlgorithmName() - Method in enum com.ongres.scram.common.ScramMechanisms
-
Method that returns the name of the hash algorithm.
- getHmacAlgorithmName() - Method in enum com.ongres.scram.common.ScramMechanisms
-
Method that returns the name of the HMAC algorithm.
- getIteration() - Method in class com.ongres.scram.client.ScramSession.ServerFirstProcessor
-
- getIteration() - Method in class com.ongres.scram.common.message.ServerFirstMessage
-
- getIterationCount() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.PBEParametersGenerator
-
return the iteration count.
- getKey() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.KeyParameter
-
- getMacSize() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.HMac
-
- getMacSize() - Method in interface com.ongres.scram.common.bouncycastle.pbkdf2.Mac
-
Return the block size for this MAC (in bytes).
- getName() - Method in interface com.ongres.scram.common.ScramMechanism
-
- getName() - Method in enum com.ongres.scram.common.ScramMechanisms
-
- getNonce() - Method in class com.ongres.scram.common.message.ClientFirstMessage
-
- getNonce() - Method in class com.ongres.scram.common.message.ServerFirstMessage
-
- getPassword() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.PBEParametersGenerator
-
return the password byte array.
- getSalt() - Method in class com.ongres.scram.client.ScramSession.ServerFirstProcessor
-
- getSalt() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.PBEParametersGenerator
-
return the salt byte array.
- getSalt() - Method in class com.ongres.scram.common.message.ServerFirstMessage
-
- getScramMechanism() - Method in class com.ongres.scram.client.ScramClient
-
- getServerNonce() - Method in class com.ongres.scram.common.message.ServerFirstMessage
-
- getStringPreparation() - Method in class com.ongres.scram.client.ScramClient
-
- getUnderlyingDigest() - Method in class com.ongres.scram.common.bouncycastle.pbkdf2.HMac
-
- getUser() - Method in class com.ongres.scram.common.message.ClientFirstMessage
-
- getValue() - Method in class com.ongres.scram.common.util.AbstractCharAttributeValue
-
- getValue() - Method in interface com.ongres.scram.common.util.CharAttributeValue
-
- getVerifier() - Method in class com.ongres.scram.common.message.ServerFinalMessage
-
- Gs2Attributes - Enum in com.ongres.scram.common.gssapi
-
Possible values of a GS2 Attribute.
- Gs2AttributeValue - Class in com.ongres.scram.common.gssapi
-
Parse and write GS2 Attribute-Value pairs.
- Gs2AttributeValue(Gs2Attributes, String) - Constructor for class com.ongres.scram.common.gssapi.Gs2AttributeValue
-
- gs2CbindFlag() - Method in enum com.ongres.scram.client.ScramClient.ChannelBinding
-
- Gs2CbindFlag - Enum in com.ongres.scram.common.gssapi
-
Possible values of a GS2 Cbind Flag (channel binding; part of GS2 header).
- Gs2Header - Class in com.ongres.scram.common.gssapi
-
GSS Header.
- Gs2Header(Gs2CbindFlag, String, String) - Constructor for class com.ongres.scram.common.gssapi.Gs2Header
-
Construct and validates a Gs2Header.
- Gs2Header(Gs2CbindFlag, String) - Constructor for class com.ongres.scram.common.gssapi.Gs2Header
-
Construct and validates a Gs2Header with no authzid.
- Gs2Header(Gs2CbindFlag) - Constructor for class com.ongres.scram.common.gssapi.Gs2Header
-
Construct and validates a Gs2Header with no authzid nor channel binding.
- gt0(int, String) - Static method in class com.ongres.scram.common.util.Preconditions
-
Checks that the integer argument is positive.
- salt - Variable in class com.ongres.scram.common.bouncycastle.pbkdf2.PBEParametersGenerator
-
- saltedPassword(ScramMechanism, StringPreparation, String, byte[], int) - Static method in class com.ongres.scram.common.ScramFunctions
-
Compute the salted password, based on the given SCRAM mechanism, the String preparation algorithm,
the provided salt and the number of iterations.
- saltedPassword(StringPreparation, String, byte[], int) - Method in interface com.ongres.scram.common.ScramMechanism
-
Compute the salted password
- saltedPassword(StringPreparation, String, byte[], int) - Method in enum com.ongres.scram.common.ScramMechanisms
-
- ScramAttributes - Enum in com.ongres.scram.common
-
- ScramAttributeValue - Class in com.ongres.scram.common
-
Parse and write SCRAM Attribute-Value pairs.
- ScramAttributeValue(ScramAttributes, String) - Constructor for class com.ongres.scram.common.ScramAttributeValue
-
- ScramClient - Class in com.ongres.scram.client
-
- ScramClient.Builder - Class in com.ongres.scram.client
-
This class is not meant to be used directly.
- ScramClient.ChannelBinding - Enum in com.ongres.scram.client
-
Select whether this client will support channel binding or not
- ScramClient.PreBuilder1 - Class in com.ongres.scram.client
-
This class is not meant to be used directly.
- ScramClient.PreBuilder2 - Class in com.ongres.scram.client
-
This class is not meant to be used directly.
- ScramException - Exception in com.ongres.scram.common.exception
-
This class represents an error when using SCRAM, which is a SASL method.
- ScramException(String) - Constructor for exception com.ongres.scram.common.exception.ScramException
-
Constructs a new instance of ScramException with a detailed message.
- ScramException(String, Throwable) - Constructor for exception com.ongres.scram.common.exception.ScramException
-
Constructs a new instance of ScramException with a detailed message and a root cause.
- ScramFunctions - Class in com.ongres.scram.common
-
Utility functions (e.g.
- ScramFunctions() - Constructor for class com.ongres.scram.common.ScramFunctions
-
- ScramInvalidServerSignatureException - Exception in com.ongres.scram.common.exception
-
This class represents an error when parsing SCRAM messages
- ScramInvalidServerSignatureException(String) - Constructor for exception com.ongres.scram.common.exception.ScramInvalidServerSignatureException
-
Constructs a new instance of ScramInvalidServerSignatureException with a detailed message.
- ScramInvalidServerSignatureException(String, Throwable) - Constructor for exception com.ongres.scram.common.exception.ScramInvalidServerSignatureException
-
Constructs a new instance of ScramInvalidServerSignatureException with a detailed message and a root cause.
- ScramMechanism - Interface in com.ongres.scram.common
-
Definition of the functionality to be provided by every ScramMechanism.
- ScramMechanisms - Enum in com.ongres.scram.common
-
SCRAM Mechanisms supported by this library.
- ScramParseException - Exception in com.ongres.scram.common.exception
-
This class represents an error when parsing SCRAM messages
- ScramParseException(String) - Constructor for exception com.ongres.scram.common.exception.ScramParseException
-
Constructs a new instance of ScramParseException with a detailed message.
- ScramParseException(String, Throwable) - Constructor for exception com.ongres.scram.common.exception.ScramParseException
-
Constructs a new instance of ScramParseException with a detailed message and a root cause.
- ScramServerErrorException - Exception in com.ongres.scram.common.exception
-
This class represents an error when parsing SCRAM messages
- ScramServerErrorException(ServerFinalMessage.Error) - Constructor for exception com.ongres.scram.common.exception.ScramServerErrorException
-
Constructs a new instance of ScramServerErrorException with a detailed message.
- ScramServerErrorException(ServerFinalMessage.Error, Throwable) - Constructor for exception com.ongres.scram.common.exception.ScramServerErrorException
-
Constructs a new instance of ScramServerErrorException with a detailed message and a root cause.
- scramSession(String) - Method in class com.ongres.scram.client.ScramClient
-
Instantiates a
ScramSession
for the specified user and this parametrized generator.
- ScramSession - Class in com.ongres.scram.client
-
A class that represents a SCRAM client.
- ScramSession(ScramMechanism, StringPreparation, String, String) - Constructor for class com.ongres.scram.client.ScramSession
-
Constructs a SCRAM client, to perform an authentication for a given user.
- ScramSession.ClientFinalProcessor - Class in com.ongres.scram.client
-
Processor that allows to generate the client-final-message,
as well as process the server-final-message and verify server's signature.
- ScramSession.ServerFirstProcessor - Class in com.ongres.scram.client
-
Process a received server-first-message.
- ScramStringFormatting - Class in com.ongres.scram.common
-
Class with static methods that provide support for converting to/from salNames.
- ScramStringFormatting() - Constructor for class com.ongres.scram.common.ScramStringFormatting
-
- secureRandomAlgorithmProvider(String, String) - Method in class com.ongres.scram.client.ScramClient.Builder
-
Optional call.
- selectClientMechanism(ScramMechanism) - Method in class com.ongres.scram.client.ScramClient.PreBuilder2
-
Select a fixed client mechanism.
- selectMatchingMechanism(boolean, String...) - Static method in enum com.ongres.scram.common.ScramMechanisms
-
This class classifies SCRAM mechanisms by two properties: whether they support channel binding;
and a priority, which is higher for safer algorithms (like SHA-256 vs SHA-1).
- selectMechanismBasedOnServerAdvertised(String...) - Method in class com.ongres.scram.client.ScramClient.PreBuilder2
-
Inform the client of the SCRAM mechanisms supported by the server.
- selectMechanismBasedOnServerAdvertisedCsv(String) - Method in class com.ongres.scram.client.ScramClient.PreBuilder2
-
Inform the client of the SCRAM mechanisms supported by the server.
- ServerFinalMessage - Class in com.ongres.scram.common.message
-
Constructs and parses server-final-messages.
- ServerFinalMessage(byte[]) - Constructor for class com.ongres.scram.common.message.ServerFinalMessage
-
Constructs a server-final-message with no errors, and the provided server verifier
- ServerFinalMessage(ServerFinalMessage.Error) - Constructor for class com.ongres.scram.common.message.ServerFinalMessage
-
Constructs a server-final-message which represents a SCRAM error.
- ServerFinalMessage.Error - Enum in com.ongres.scram.common.message
-
Possible error messages sent on a server-final-message.
- ServerFirstMessage - Class in com.ongres.scram.common.message
-
Constructs and parses server-first-messages.
- ServerFirstMessage(String, String, String, int) - Constructor for class com.ongres.scram.common.message.ServerFirstMessage
-
Constructs a server-first-message from a client-first-message and the additional required data.
- serverKey(ScramMechanism, byte[]) - Static method in class com.ongres.scram.common.ScramFunctions
-
Generates a server key, from the salted password.
- serverKey(ScramMechanism, StringPreparation, String, byte[], int) - Static method in class com.ongres.scram.common.ScramFunctions
-
Generates a server key from the password and salt.
- serverSignature(ScramMechanism, byte[], String) - Static method in class com.ongres.scram.common.ScramFunctions
-
Compute the SCRAM server signature.
- setup() - Method in class com.ongres.scram.client.ScramClient.Builder
-
Gets the client, fully constructed and configured, with the provided channel binding, string preparation
properties, and the selected SCRAM mechanism based on server supported mechanisms.
- SHA256Digest - Class in com.ongres.scram.common.bouncycastle.pbkdf2
-
FIPS 180-2 implementation of SHA-256.
- SHA256Digest() - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
Standard constructor
- SHA256Digest(SHA256Digest) - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
Copy constructor.
- SHA256Digest(byte[]) - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest
-
State constructor - create a digest initialised with the state of a previous one.
- storedKey(ScramMechanism, byte[]) - Static method in class com.ongres.scram.common.ScramFunctions
-
Generates a stored key, from the salted password.
- stringPreparation(StringPreparation) - Method in class com.ongres.scram.client.ScramClient.PreBuilder1
-
Selects the string preparation algorithm to use by the client.
- stringPreparation - Variable in class com.ongres.scram.client.ScramClient.PreBuilder2
-
- StringPreparation - Interface in com.ongres.scram.common.stringprep
-
Interface for all possible String Preparations mechanisms.
- StringPreparations - Enum in com.ongres.scram.common.stringprep
-
- Strings - Class in com.ongres.scram.common.bouncycastle.pbkdf2
-
String utilities.
- Strings() - Constructor for class com.ongres.scram.common.bouncycastle.pbkdf2.Strings
-
- StringWritable - Interface in com.ongres.scram.common.util
-
Interface to denote classes which can write to a StringBuffer.
- StringWritableCsv - Class in com.ongres.scram.common.util
-
- StringWritableCsv() - Constructor for class com.ongres.scram.common.util.StringWritableCsv
-
- supportedMechanisms() - Static method in class com.ongres.scram.client.ScramClient
-
List all the supported SCRAM mechanisms by this client implementation
- supportsChannelBinding() - Method in interface com.ongres.scram.common.ScramMechanism
-
Whether this mechanism supports channel binding
- supportsChannelBinding() - Method in enum com.ongres.scram.common.ScramMechanisms
-
- valueOf(String) - Static method in enum com.ongres.scram.client.ScramClient.ChannelBinding
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class com.ongres.scram.common.bouncycastle.pbkdf2.Integers
-
- valueOf(String) - Static method in enum com.ongres.scram.common.gssapi.Gs2Attributes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ongres.scram.common.gssapi.Gs2CbindFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ongres.scram.common.message.ServerFinalMessage.Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ongres.scram.common.ScramAttributes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ongres.scram.common.ScramMechanisms
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ongres.scram.common.stringprep.StringPreparations
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.ongres.scram.client.ScramClient.ChannelBinding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ongres.scram.common.gssapi.Gs2Attributes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ongres.scram.common.gssapi.Gs2CbindFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ongres.scram.common.message.ServerFinalMessage.Error
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ongres.scram.common.ScramAttributes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ongres.scram.common.ScramMechanisms
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ongres.scram.common.stringprep.StringPreparations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyClientProof(ScramMechanism, byte[], byte[], String) - Static method in class com.ongres.scram.common.ScramFunctions
-
Verifies that a provided client proof is correct.
- verifyServerSignature(ScramMechanism, byte[], String, byte[]) - Static method in class com.ongres.scram.common.ScramFunctions
-
Verifies that a provided server proof is correct.