Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.engines
Class ARIAWrapPadEngine

java.lang.Object
  |
  +--org.bouncycastle.crypto.engines.RFC5649WrapEngine
        |
        +--org.bouncycastle.crypto.engines.ARIAWrapPadEngine
All Implemented Interfaces:
Wrapper

public class ARIAWrapPadEngine
extends RFC5649WrapEngine


Constructor Summary
ARIAWrapPadEngine()
           
 
Methods inherited from class org.bouncycastle.crypto.engines.RFC5649WrapEngine
getAlgorithmName, init, unwrap, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARIAWrapPadEngine

public ARIAWrapPadEngine()

Bouncy Castle Cryptography Library 1.77.0