Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: cryptix/jce/provider/pk/RSASignature_PSS_MD4.java


1   /* $Id: RSASignature_PSS_MD4.java,v 1.2 2001/11/18 02:31:37 gelderen Exp $
2    *
3    * Copyright (C) 2001 The Cryptix Foundation Limited.
4    * All rights reserved.
5    *
6    * Use, modification, copying and distribution of this software is subject
7    * the terms and conditions of the Cryptix General Licence. You should have
8    * received a copy of the Cryptix General Licence along with this library;
9    * if not, you can download a copy from http://www.cryptix.org/ .
10   */
11  package cryptix.jce.provider.pk;
12  
13  
14  /**
15   * @version $Revision: 1.2 $
16   * @author  Jeroen C. van Gelderen (gelderen@cryptix.org)
17   */
18  public class RSASignature_PSS_MD4 extends RSASignature_PSS {
19      public RSASignature_PSS_MD4 () { super("MD4"); }
20  }