- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.Base64
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.EC
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.Join
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.PEM
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.RSA
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.Signatures
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.tomitribe.auth.signatures.SigningAlgorithm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.tomitribe.auth.signatures.Algorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.tomitribe.auth.signatures.Base64
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.tomitribe.auth.signatures.EC
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.tomitribe.auth.signatures.Join
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.tomitribe.auth.signatures.PEM
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.tomitribe.auth.signatures.RSA
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.tomitribe.auth.signatures.Signatures
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.tomitribe.auth.signatures.SigningAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Verifier - Class in org.tomitribe.auth.signatures
-
A new instance of the Verifier class needs to be created for each signature.
- Verifier(Key, Signature) - Constructor for class org.tomitribe.auth.signatures.Verifier
-
Constructs a verifier object with the specified key and signature object.
- Verifier(Key, Signature, Provider) - Constructor for class org.tomitribe.auth.signatures.Verifier
-
- verify(String, String, Map<String, String>) - Method in class org.tomitribe.auth.signatures.Verifier
-