Uses of Interface
net.officefloor.web.jwt.authority.key.CipherFactory
-
Packages that use CipherFactory Package Description net.officefloor.web.jwt.authority net.officefloor.web.jwt.authority.key -
-
Uses of CipherFactory in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type CipherFactory Modifier and Type Method Description static java.lang.String
JwtAuthorityManagedObjectSource. decrypt(java.security.Key key, byte[] initVector, byte[] startSalt, byte[] laceBytes, byte[] endSalt, java.lang.String cipherText, CipherFactory cipherFactory)
Decrypts the value.static java.lang.String
JwtAuthorityManagedObjectSource. encrypt(java.security.Key key, byte[] initVector, byte[] startSalt, byte[] laceBytes, byte[] endSalt, java.lang.String value, CipherFactory cipherFactory)
Encrypts the value. -
Uses of CipherFactory in net.officefloor.web.jwt.authority.key
Classes in net.officefloor.web.jwt.authority.key that implement CipherFactory Modifier and Type Class Description class
AesCipherFactory
AESCipherFactory
.
-