Uses of Class
network.oxalis.statistics.security.OxalisCipher
-
Packages that use OxalisCipher Package Description network.oxalis.statistics.security -
-
Uses of OxalisCipher in network.oxalis.statistics.security
Methods in network.oxalis.statistics.security that return OxalisCipher Modifier and Type Method Description OxalisCipherOxalisCipherConverter. createCipherFromWrappedHexKey(String wrappedSymmetricKeyAsHexString, PrivateKey privateKey)Creates an instance of OxalisCipher: Decodes the supplied hex string representation of a wrapped key into an array of bytes representation Creates a cipher, which is initialized with a private key Unwraps (decrypts) the secret key represented by an array of bytes into a SecretKey Creates an OxalisCipher using the unwrapped SecretKeyMethods in network.oxalis.statistics.security with parameters of type OxalisCipher Modifier and Type Method Description StringOxalisCipherConverter. getWrappedSymmetricKeyAsString(PublicKey publicKey, OxalisCipher oxalisCipher)Encrypts the secret key (symmetric key) held inside the OxalisCipher instance using the supplied PublicKey, after which the resulting wrapped secret key is transformed into a hex string suitable for transmission, persistence etc.
-