|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.jce.spec.IESParameterSpec
public class IESParameterSpec
Parameter spec for an integrated encryptor, as in IEEE P1363a
Constructor Summary | |
---|---|
IESParameterSpec(byte[] derivation,
byte[] encoding,
int macKeySize)
|
Method Summary | |
---|---|
byte[] |
getDerivationV()
return the derivation vector. |
byte[] |
getEncodingV()
return the encoding vector. |
int |
getMacKeySize()
return the key size in bits for the MAC used with the message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IESParameterSpec(byte[] derivation, byte[] encoding, int macKeySize)
Method Detail |
---|
public byte[] getDerivationV()
public byte[] getEncodingV()
public int getMacKeySize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |