Uses of Class
org.apache.cxf.rt.security.crypto.KeyProperties
-
Packages that use KeyProperties Package Description org.apache.cxf.rt.security.crypto -
-
Uses of KeyProperties in org.apache.cxf.rt.security.crypto
Methods in org.apache.cxf.rt.security.crypto with parameters of type KeyProperties Modifier and Type Method Description static byte[]CryptoUtils. decryptBytes(byte[] bytes, Key secretKey, KeyProperties keyProps)static SecretKeyCryptoUtils. decryptSecretKey(String encodedEncryptedSecretKey, String secretKeyAlgo, KeyProperties props, PrivateKey privateKey)static StringCryptoUtils. decryptSequence(String encodedData, String encodedSecretKey, KeyProperties props)static StringCryptoUtils. decryptSequence(String encodedData, Key secretKey, KeyProperties props)static byte[]CryptoUtils. encryptBytes(byte[] bytes, Key secretKey, KeyProperties keyProps)static StringCryptoUtils. encryptSecretKey(SecretKey secretKey, PublicKey publicKey, KeyProperties props)static StringCryptoUtils. encryptSequence(String sequence, Key secretKey, KeyProperties keyProps)static SecretKeyCryptoUtils. getSecretKey(KeyProperties props)static CipherCryptoUtils. initCipher(Key secretKey, KeyProperties keyProps, int mode)static KeyCryptoUtils. unwrapKey(byte[] wrappedBytes, String wrappedKeyAlgo, Key unwrapperKey, KeyProperties keyProps, int wrappedKeyType)static SecretKeyCryptoUtils. unwrapSecretKey(byte[] wrappedBytes, String wrappedKeyAlgo, Key unwrapperKey, KeyProperties keyProps)static byte[]CryptoUtils. wrapSecretKey(byte[] keyBytes, String keyAlgo, Key wrapperKey, KeyProperties wrapperKeyProps)static byte[]CryptoUtils. wrapSecretKey(Key secretKey, Key wrapperKey, KeyProperties keyProps)
-