Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.params
Class ParametersWithID

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.ParametersWithID
All Implemented Interfaces:
CipherParameters

public class ParametersWithID
extends java.lang.Object
implements CipherParameters


Constructor Summary
ParametersWithID(CipherParameters parameters, byte[] id)
           
 
Method Summary
 byte[] getID()
           
 CipherParameters getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametersWithID

public ParametersWithID(CipherParameters parameters,
                        byte[] id)
Method Detail

getID

public byte[] getID()

getParameters

public CipherParameters getParameters()

Bouncy Castle Cryptography Library 1.77.0