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
 byte[] getEncoded()
           
 String getFormat()
           
 
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

getEncoded

public byte[] getEncoded()
Overrides:
getEncoded in class EncodedKeySpec

getFormat

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


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.