Uses of Class
de.sephirothj.spring.security.ltpa2.InvalidLtpa2TokenException
Packages that use InvalidLtpa2TokenException
-
Uses of InvalidLtpa2TokenException in de.sephirothj.spring.security.ltpa2
Methods in de.sephirothj.spring.security.ltpa2 that throw InvalidLtpa2TokenExceptionModifier and TypeMethodDescription@NonNull StringLtpa2Utils.decryptLtpa2Token(@NonNull String encryptedToken, @NonNull SecretKey key) decrypts an base64-encoded LTPA2 token@NonNull StringLtpa2Utils.encryptToken(@NonNull Ltpa2Token token, @NonNull PrivateKey signerKey, @NonNull SecretKey key) create a serialized, signed and encrypted LTPA2 tokenbooleanLtpa2Utils.isSignatureValid(@NonNull String token, @NonNull PublicKey signerKey) checks if the signature of the given token is validbooleanLtpa2Utils.isTokenExpired(@NonNull String token) checks if the given token is expired@NonNull Ltpa2TokenLtpa2Utils.makeInstance(@NonNull String tokenStr) create a new instance of Ltpa2Token from the given serialized LTPA2 token@NonNull StringLtpa2Utils.signToken(@NonNull String token, @NonNull PrivateKey key) signs the given LTPA2 token