public final class DESede extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DESede.CBC |
static class |
DESede.CBCMAC |
static class |
DESede.CMAC |
static class |
DESede.DESede64
DESede64
|
static class |
DESede.DESede64with7816d4
DESede64with7816-4Padding
|
static class |
DESede.DESedeCFB8
DESede CFB8
|
static class |
DESede.ECB |
static class |
DESede.KeyFactory |
static class |
DESede.KeyGenerator
DESede - 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 |
DESede.KeyGenerator3
generate a desEDE key in the a-b-c format.
|
static class |
DESede.Mappings |
static class |
DESede.RFC3211 |
static class |
DESede.Wrap |
Copyright © 2015. All rights reserved.