de.flexiprovider.pki
Class PKCS8EncodedKeySpec

java.lang.Object
  |
  +--java.security.spec.EncodedKeySpec
        |
        +--java.security.spec.PKCS8EncodedKeySpec
              |
              +--de.flexiprovider.pki.PKCS8EncodedKeySpec
All Implemented Interfaces:
EncodedKeySpec, KeySpec, java.security.spec.KeySpec

public class PKCS8EncodedKeySpec
extends java.security.spec.PKCS8EncodedKeySpec
implements EncodedKeySpec


Constructor Summary
PKCS8EncodedKeySpec(byte[] encodedKey)
           
PKCS8EncodedKeySpec(java.security.spec.PKCS8EncodedKeySpec javaKeySpec)
           
 
Methods inherited from class java.security.spec.PKCS8EncodedKeySpec
getEncoded, getFormat
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.flexiprovider.pki.EncodedKeySpec
getEncoded, getFormat
 

Constructor Detail

PKCS8EncodedKeySpec

public PKCS8EncodedKeySpec(byte[] encodedKey)

PKCS8EncodedKeySpec

public PKCS8EncodedKeySpec(java.security.spec.PKCS8EncodedKeySpec javaKeySpec)