All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractCharAttributeValue Construct and write generic CharAttribute-Value pairs.AbstractStringWritable Basic implementation of the StringWritable interface, that overrides the toString() method.Arrays General array utilities.Base64 Utility class for converting Base64 data to bytes and back again.Base64Encoder A streaming Base64 encoder.CharAttribute Represents an attribute (a key name) that is represented by a single char.CharAttributeValue Augments aCharAttribute
with a String value and the method(s) to write its data to a StringBuffer.CipherParameters all parameter classes implement this.ClientFinalMessage Constructs and parses client-final-messages.ClientFirstMessage Constructs and parses client-first-messages.CryptoUtil Utility static methods for cryptography related tasks.DataLengthException 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.DecoderException Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.Digest interface that a message digest conforms to.DigestFactory Basic factory class for message digests.EncodableDigest Encodable digests allow you to download an encoded copy of their internal state.Encoder Encode and decode byte arrays (typically from binary to 7-bit ASCII encodings).EncoderException Exception thrown if an attempt is made to encode invalid data, or some other failure occurs.ExtendedDigest GeneralDigest base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.Gs2Attributes Possible values of a GS2 Attribute.Gs2AttributeValue Parse and write GS2 Attribute-Value pairs.Gs2CbindFlag Possible values of a GS2 Cbind Flag (channel binding; part of GS2 header).Gs2Header GSS Header.HMac HMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text))Integers Utility methods for ints.KeyParameter Mac The base interface for implementations of message authentication codes (MACs).Memoable Interface for Memoable objects.NonceSupplier Pack Utility methods for converting byte arrays into ints and longs, and back again.PBEParametersGenerator super class for all Password Based Encryption (PBE) parameter generator classes.PKCS5S2ParametersGenerator Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 2.Preconditions Simple methods similar to Precondition class.RuntimeCryptoException the foundation class for the exceptions thrown by the crypto packages.ScramAttributes SCRAM Attributes as defined in Section 5.1 of the RFC.ScramAttributeValue Parse and write SCRAM Attribute-Value pairs.ScramClient A class that can be parametrized to generateScramSession
s.ScramClient.Builder This class is not meant to be used directly.ScramClient.ChannelBinding Select whether this client will support channel binding or notScramClient.PreBuilder1 This class is not meant to be used directly.ScramClient.PreBuilder2 This class is not meant to be used directly.ScramException This class represents an error when using SCRAM, which is a SASL method.ScramFunctions Utility functions (e.g.ScramInvalidServerSignatureException This class represents an error when parsing SCRAM messagesScramMechanism Definition of the functionality to be provided by every ScramMechanism.ScramMechanisms SCRAM Mechanisms supported by this library.ScramParseException This class represents an error when parsing SCRAM messagesScramServerErrorException This class represents an error when parsing SCRAM messagesScramSession A class that represents a SCRAM client.ScramStringFormatting Class with static methods that provide support for converting to/from salNames.ServerFinalMessage Constructs and parses server-final-messages.ServerFinalMessage.Error Possible error messages sent on a server-final-message.ServerFirstMessage Constructs and parses server-first-messages.SHA256Digest FIPS 180-2 implementation of SHA-256.StringPreparation Interface for all possible String Preparations mechanisms.StringPreparations Strings String utilities.StringWritable Interface to denote classes which can write to a StringBuffer.StringWritableCsv Helper class to generate Comma Separated Values ofStringWritable
sUsAsciiUtils