Bouncy Castle Cryptography Library 1.46

org.bouncycastle.jce.provider.symmetric
Class DESede

java.lang.Object
  extended by org.bouncycastle.jce.provider.symmetric.DESede

public final class DESede
extends java.lang.Object


Nested Class Summary
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
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Bouncy Castle Cryptography Library 1.46