Class RFC5649WrapEngine

java.lang.Object
org.bouncycastle.crypto.engines.RFC5649WrapEngine
All Implemented Interfaces:
Wrapper
Direct Known Subclasses:
AESWrapPadEngine, ARIAWrapPadEngine

public class RFC5649WrapEngine extends Object implements Wrapper
An implementation of the AES Key Wrap with Padding specification as described in RFC 5649.

For details on the specification see: https://tools.ietf.org/html/rfc5649

  • Constructor Details

    • RFC5649WrapEngine

      public RFC5649WrapEngine(BlockCipher engine)
  • Method Details