Class BcSymmetricKeyWrapper

java.lang.Object
org.bouncycastle.operator.SymmetricKeyWrapper
org.bouncycastle.operator.bc.BcSymmetricKeyWrapper
All Implemented Interfaces:
KeyWrapper
Direct Known Subclasses:
BcAESSymmetricKeyWrapper

public class BcSymmetricKeyWrapper extends SymmetricKeyWrapper
  • Constructor Details

    • BcSymmetricKeyWrapper

      public BcSymmetricKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier wrappingAlgorithm, org.bouncycastle.crypto.Wrapper wrapper, org.bouncycastle.crypto.params.KeyParameter wrappingKey)
  • Method Details