chapter9
Class KeyTransEnvelopedDataWithCertMatchExample

java.lang.Object
  extended by chapter9.KeyTransEnvelopedDataWithCertMatchExample

public class KeyTransEnvelopedDataWithCertMatchExample
extends java.lang.Object

Demonstrate creation and processing a public key recipient enveloped-message with matching of the RID to a certificate to make sure we have the right recipient.


Constructor Summary
KeyTransEnvelopedDataWithCertMatchExample()
           
 
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

KeyTransEnvelopedDataWithCertMatchExample

public KeyTransEnvelopedDataWithCertMatchExample()
Method Detail

main

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


Examples from "Beginning Cryptography with Java"