Class KTSParameterSpec

java.lang.Object
org.bouncycastle.jcajce.spec.KEMKDFSpec
org.bouncycastle.jcajce.spec.KTSParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec
Direct Known Subclasses:
KEMParameterSpec

public class KTSParameterSpec extends KEMKDFSpec implements AlgorithmParameterSpec
Parameter spec for doing KTS based wrapping via the Cipher API.
  • Constructor Details

  • Method Details

    • getParameterSpec

      public AlgorithmParameterSpec getParameterSpec()
      Return the algorithm parameter spec to be applied with the private key when the encapsulation is decrypted.
      Returns:
      the algorithm parameter spec to be used with the private key.