DEM1(mac, symCipher[,macKeyLength]) | AuthenticatedCipher |
String mac
[creation/read, no default] - the name
of the MAC to be used.
String symCipher
[creation/read, no default] - the name
of the symmetric cipher to be used.
String macKeyLength
[creation/read, no default] - the
length of the MAC key, in bits (the remainder of the key is used
for the cipher). This MUST be a multiple of 8.
DEM1WithPRF(mac, symCipher, prf) | AuthenticatedCipher |
String mac
[creation/read, no default] - the name
of the MAC to be used.
String symCipher
[creation/read, no default] - the name
of the symmetric cipher to be used.
String prf
[creation/read, no default] - the name
of the PRF used to construct MAC and cipher keys.
UST(universalHash, symCipher) | AuthenticatedCipher |
String universalHash
[creation/read, no default] - the name
of the UniversalHash to be used.
String streamCipher
[creation/read, no default] - the name
of the symmetric stream cipher to be used.
String prf
[creation/read, no default] - the name
of the PRF used to construct universal hash and cipher keys.
Author: David Hopwood <david.hopwood@zetnet.co.uk> Current maintainer: David Hopwood <david.hopwood@zetnet.co.uk> Copyright © 1995-2001 The Cryptix Foundation Limited and David Hopwood. All rights reserved. Cryptix is a trademark of The Cryptix Foundation Limited. |