Verwendungen von Klasse
de.sephirothj.spring.security.ltpa2.InvalidLtpa2TokenException
Packages, die InvalidLtpa2TokenException verwenden
-
Verwendungen von InvalidLtpa2TokenException in de.sephirothj.spring.security.ltpa2
Methoden in de.sephirothj.spring.security.ltpa2, die InvalidLtpa2TokenException auslösenModifizierer und TypMethodeBeschreibungLtpa2Utils.decryptLtpa2Token
(String encryptedToken, SecretKey key) decrypts an base64-encoded LTPA2 tokenLtpa2Utils.encryptToken
(Ltpa2Token token, PrivateKey signerKey, SecretKey key) create a serialized, signed and encrypted LTPA2 tokenboolean
Ltpa2Utils.isSignatureValid
(String token, PublicKey signerKey) checks if the signature of the given token is validboolean
Ltpa2Utils.isTokenExpired
(String token) checks if the given token is expiredLtpa2Utils.makeInstance
(String tokenStr) create a new instance of Ltpa2Token from the given serialized LTPA2 tokenLtpa2Utils.signToken
(String token, PrivateKey key) signs the given LTPA2 token