public final class DES
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
DES.AlgParamGen |
|
static class |
DES.CBC |
|
static class |
DES.CBCMAC |
|
static class |
DES.CMAC |
|
static class |
DES.DES64 |
DES64
|
static class |
DES.DES64with7816d4 |
DES64with7816-4Padding
|
static class |
DES.DES9797Alg3 |
DES9797Alg3
|
static class |
DES.DES9797Alg3with7816d4 |
DES9797Alg3with7816-4Padding
|
static class |
DES.DESCFB8 |
DES CFB8
|
static class |
DES.DESPBEKeyFactory |
|
static class |
DES.ECB |
|
static class |
DES.KeyFactory |
|
static class |
DES.KeyGenerator |
DES - the default for this is to generate a key in
a-b-a format that's 24 bytes long but has 16 bytes of
key material (the first 8 bytes is repeated as the last
8 bytes).
|
static class |
DES.Mappings |
|
static class |
DES.PBEWithMD2 |
PBEWithMD2AndDES
|
static class |
DES.PBEWithMD2KeyFactory |
PBEWithMD2AndDES
|
static class |
DES.PBEWithMD5 |
PBEWithMD5AndDES
|
static class |
DES.PBEWithMD5KeyFactory |
PBEWithMD5AndDES
|
static class |
DES.PBEWithSHA1 |
PBEWithSHA1AndDES
|
static class |
DES.PBEWithSHA1KeyFactory |
PBEWithSHA1AndDES
|
static class |
DES.RFC3211 |