jsdsi.sexp
Class KeySpec

java.lang.Object
  |
  +--java.security.spec.EncodedKeySpec
        |
        +--jsdsi.sexp.KeySpec
All Implemented Interfaces:
java.security.spec.KeySpec

class KeySpec
extends java.security.spec.EncodedKeySpec

An S-expression encoded key.

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()
Specified by:
getFormat in class java.security.spec.EncodedKeySpec