rozdzial3
Class CipherMacExample

java.lang.Object
  extended byrozdzial3.CipherMacExample

public class CipherMacExample
extends java.lang.Object

Wiadomość bez modyfikacji z kodem MAC (DES), szyfrowanie AES w trybie CTR.


Constructor Summary
CipherMacExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherMacExample

public CipherMacExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Przykłady do książki Kryptografia w Javie – Podstawy