Class AesKeyWrap


  • public class AesKeyWrap
    extends Object
    • Constructor Detail

      • AesKeyWrap

        public AesKeyWrap()
    • Method Detail

      • wrap

        public static byte[] wrap​(DestroyableSecretKey kek,
                                  SecretKey key)
        Parameters:
        kek - Key encrypting key
        key - Key to be wrapped
        Returns:
        Wrapped key