- decode(String) - Static method in class org.jboss.resteasy.jose.Base64Url
-
- DECODE - Static variable in class org.jboss.resteasy.jose.jws.util.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64Url
-
- decodeCertificate(InputStream) - Static method in class org.jboss.resteasy.jose.jws.util.DerUtils
-
- decodeCertificate(String) - Static method in class org.jboss.resteasy.jose.jws.util.PemUtils
-
Decode a X509 Certificate from a PEM string
- decodeFileToFile(String, String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodePrivateKey(InputStream) - Static method in class org.jboss.resteasy.jose.jws.util.DerUtils
-
- decodePrivateKey(byte[]) - Static method in class org.jboss.resteasy.jose.jws.util.DerUtils
-
- decodePrivateKey(String) - Static method in class org.jboss.resteasy.jose.jws.util.PemUtils
-
Decode a Private Key from a PEM string
- decodePublicKey(byte[]) - Static method in class org.jboss.resteasy.jose.jws.util.DerUtils
-
- decodePublicKey(String) - Static method in class org.jboss.resteasy.jose.jws.util.PemUtils
-
Decode a Public Key from a PEM string
- decodeToFile(String, String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decompress(byte[]) - Static method in class org.jboss.resteasy.jose.jwe.crypto.DeflateUtils
-
Decompresses the specified byte array according to the DEFLATE
specification (RFC 1951).
- decrypt(SecretKey, JWEHeader, String, String, String, String, String) - Static method in class org.jboss.resteasy.jose.jwe.crypto.DirectDecrypter
-
- decrypt(JWEHeader, String, String, String, String, String, RSAPrivateKey) - Static method in class org.jboss.resteasy.jose.jwe.crypto.RSADecrypter
-
- decrypt(RSAPrivateKey) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
-
- decrypt(String) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
-
- decrypt(byte[]) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
-
- decrypt(SecretKey) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
-
- DeflateUtils - Class in org.jboss.resteasy.jose.jwe.crypto
-
Deflate (RFC 1951) utilities.
- DerUtils - Class in org.jboss.resteasy.jose.jws.util
-
- dir(String) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
-
Hashes the string into the required secret key size defined by the EncryptionMethod.
- dir(byte[]) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
-
Secret must meet the size requirements of the EncryptionMethod.
- dir(SecretKey) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
-
- DirectDecrypter - Class in org.jboss.resteasy.jose.jwe.crypto
-
Direct decrypter with a
shared symmetric key.
- DirectDecrypter() - Constructor for class org.jboss.resteasy.jose.jwe.crypto.DirectDecrypter
-
- DirectEncrypter - Class in org.jboss.resteasy.jose.jwe.crypto
-
Direct encrypter with a
shared symmetric key.
- DirectEncrypter() - Constructor for class org.jboss.resteasy.jose.jwe.crypto.DirectEncrypter
-
- DO_BREAK_LINES - Static variable in class org.jboss.resteasy.jose.jws.util.Base64
-
Do break lines when encoding.
- DONT_GUNZIP - Static variable in class org.jboss.resteasy.jose.jws.util.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- encode(byte[]) - Static method in class org.jboss.resteasy.jose.Base64Url
-
- encode(Algorithm, byte[], StringBuilder) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
-
- encode(String, byte[], StringBuilder) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
-
- ENCODE - Static variable in class org.jboss.resteasy.jose.jws.util.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded CharBuffer.
- encode(byte[]) - Static method in class org.jboss.resteasy.jose.jws.util.Base64Url
-
- encodeAll(StringBuilder, byte[]) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
-
- encodeBytes(byte[]) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
- encodeCertificate(Certificate) - Static method in class org.jboss.resteasy.jose.jws.util.PemUtils
-
Encode a X509 Certificate to a PEM string
- encodeFileToFile(String, String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeHeader(Algorithm) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
-
- encodeHeader(String) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
-
- encodeKey(Key) - Static method in class org.jboss.resteasy.jose.jws.util.PemUtils
-
Encode a Key to a PEM string
- encodeObject(Serializable) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeToFile(byte[], String) - Static method in class org.jboss.resteasy.jose.jws.util.Base64
-
Convenience method for encoding data to a file.
- EncodingBuilder() - Constructor for class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
-
- encrypt(EncryptionMethod, CompressionAlgorithm, String, SecretKey, byte[]) - Static method in class org.jboss.resteasy.jose.jwe.crypto.DirectEncrypter
-
- encrypt(Algorithm, EncryptionMethod, CompressionAlgorithm, RSAPublicKey, String, byte[]) - Static method in class org.jboss.resteasy.jose.jwe.crypto.RSAEncrypter
-
- encryptedKeyMustNotBeNull() - Method in interface org.jboss.resteasy.jose.i18n.Messages
-
- encryptedKeyMustNotBeNull() - Method in class org.jboss.resteasy.jose.i18n.Messages_$bundle
-
- encryptedKeyMustNotBeNull$str() - Method in class org.jboss.resteasy.jose.i18n.Messages_$bundle
-
- EncryptionBuilder() - Constructor for class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
-
- EncryptionMethod - Enum in org.jboss.resteasy.jose.jwe
-
- encryptionMethodWasNull() - Method in interface org.jboss.resteasy.jose.i18n.Messages
-
- encryptionMethodWasNull() - Method in class org.jboss.resteasy.jose.i18n.Messages_$bundle
-
- encryptionMethodWasNull$str() - Method in class org.jboss.resteasy.jose.i18n.Messages_$bundle
-
- expiration - Variable in class org.jboss.resteasy.jwt.JsonWebToken
-
- expiration(long) - Method in class org.jboss.resteasy.jwt.JsonWebToken
-
- valueOf(String) - Static method in enum org.jboss.resteasy.jose.jwe.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.resteasy.jose.jwe.CompressionAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.resteasy.jose.jwe.EncryptionMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.resteasy.jose.jws.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.resteasy.jose.jws.AlgorithmType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.resteasy.jose.jwe.Algorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.resteasy.jose.jwe.CompressionAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.resteasy.jose.jwe.EncryptionMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.resteasy.jose.jws.Algorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.resteasy.jose.jws.AlgorithmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(JWSInput, SecretKey) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
-
- verify(JWSInput, byte[]) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
-
- verify(JWSInput, String) - Method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
-
- verify(JWSInput, PublicKey) - Static method in class org.jboss.resteasy.jose.jws.crypto.RSAProvider
-
- verify(JWSInput, String) - Method in class org.jboss.resteasy.jose.jws.crypto.RSAProvider
-
- verify(JWSInput, String) - Method in interface org.jboss.resteasy.jose.jws.crypto.SignatureProvider
-
- verify(String) - Method in class org.jboss.resteasy.jose.jws.JWSInput
-
- verifyViaCertificate(JWSInput, String) - Static method in class org.jboss.resteasy.jose.jws.crypto.RSAProvider
-