Class DES
- java.lang.Object
-
- org.bouncycastle.jcajce.provider.symmetric.DES
-
public final class DES extends java.lang.Object
-
-
Nested Class Summary
Nested Classes 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
DES64static class
DES.DES64with7816d4
DES64with7816-4Paddingstatic class
DES.DES9797Alg3
DES9797Alg3static class
DES.DES9797Alg3with7816d4
DES9797Alg3with7816-4Paddingstatic class
DES.DESCFB8
DES CFB8static 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
PBEWithMD2AndDESstatic class
DES.PBEWithMD2KeyFactory
PBEWithMD2AndDESstatic class
DES.PBEWithMD5
PBEWithMD5AndDESstatic class
DES.PBEWithMD5KeyFactory
PBEWithMD5AndDESstatic class
DES.PBEWithSHA1
PBEWithSHA1AndDESstatic class
DES.PBEWithSHA1KeyFactory
PBEWithSHA1AndDESstatic class
DES.RFC3211
-