Bouncy Castle Cryptography 1.19

java.security.spec
Class EncodedKeySpec

java.lang.Object
  |
  +--java.security.spec.EncodedKeySpec
All Implemented Interfaces:
KeySpec
Direct Known Subclasses:
PKCS8EncodedKeySpec, X509EncodedKeySpec

public abstract class EncodedKeySpec
extends java.lang.Object
implements KeySpec


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

Constructor Detail

EncodedKeySpec

public EncodedKeySpec(byte[] encodedKey)
Method Detail

getEncoded

public byte[] getEncoded()

getFormat

public abstract java.lang.String getFormat()

Bouncy Castle Cryptography 1.19