jsdsi.sexp
Class KeySpec

java.lang.Object
  extended byjava.security.spec.EncodedKeySpec
      extended byjsdsi.sexp.KeySpec
All Implemented Interfaces:
java.security.spec.KeySpec

class KeySpec
extends java.security.spec.EncodedKeySpec

An S-expression encoded key.

Version:
$Revision: 1.1 $ $Date: 2004/02/28 15:49:34 $
Author:
Sameer Ajmani

Constructor Summary
KeySpec(byte[] encodedKey)
           
 
Method Summary
 java.lang.String getFormat()
           
 
Methods inherited from class java.security.spec.EncodedKeySpec
getEncoded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeySpec

public KeySpec(byte[] encodedKey)
Method Detail

getFormat

public java.lang.String getFormat()


Copyright © 2002-2004 M.I.T. All Rights Reserved.