75767778798081
public static class RFC3211Wrap extends WrapCipherSpi { public RFC3211Wrap() { super(new RFC3211WrapEngine(new AESEngine()), 16); }
53545556575859
public static class RFC3211Wrap extends WrapCipherSpi { public RFC3211Wrap() { super(new RFC3211WrapEngine(new CamelliaEngine()), 16); }
445446447448449450451
public static class RFC3211DESedeWrap extends WrapCipherSpi { public RFC3211DESedeWrap() { super(new RFC3211WrapEngine(new DESedeEngine()), 8); }