java.security.spec
Class PKCS8EncodedKeySpec

java.lang.Object
  extended by java.security.spec.EncodedKeySpec
      extended by java.security.spec.PKCS8EncodedKeySpec
All Implemented Interfaces:
KeySpec

public class PKCS8EncodedKeySpec
extends EncodedKeySpec


Constructor Summary
PKCS8EncodedKeySpec(byte[] var0)
           
 
Method Summary
 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

PKCS8EncodedKeySpec

public PKCS8EncodedKeySpec(byte[] var0)
Method Detail

getFormat

public final String getFormat()
Specified by:
getFormat in class EncodedKeySpec