1 /* $Id: AlgorithmParameterSpec.java,v 1.3 2000/01/15 03:25:23 gelderen Exp $
2  *
3  * Copyright (C) 1995-1999 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 java.security.spec;
12 
13 
14 public interface AlgorithmParameterSpec
15 {
16 }
17