Uses of Interface
net.officefloor.web.jwt.authority.key.CipherFactory
Packages that use CipherFactory
-
Uses of CipherFactory in net.officefloor.web.jwt.authority
Methods in net.officefloor.web.jwt.authority with parameters of type CipherFactoryModifier and TypeMethodDescriptionstatic StringJwtAuthorityManagedObjectSource.decrypt(Key key, byte[] initVector, byte[] startSalt, byte[] laceBytes, byte[] endSalt, String cipherText, CipherFactory cipherFactory) Decrypts the value.static StringJwtAuthorityManagedObjectSource.encrypt(Key key, byte[] initVector, byte[] startSalt, byte[] laceBytes, byte[] endSalt, 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