de.flexiprovider.pqc.pflash
Class PFlashPublicKeySpec

java.lang.Object
  |
  +--de.flexiprovider.pqc.pflash.PFlashPublicKeySpec
All Implemented Interfaces:
KeySpec, java.security.spec.KeySpec

public class PFlashPublicKeySpec
extends java.lang.Object
implements KeySpec

This class provides a specification for a pFLASH public key.

Author:
Marian Hornschuch, Alexander Koller
See Also:
PFlashPublicKey, KeySpec

Constructor Summary
PFlashPublicKeySpec(java.lang.String oid, byte[][] keyBytes)
           
 
Method Summary
 java.lang.String getOIDString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PFlashPublicKeySpec

public PFlashPublicKeySpec(java.lang.String oid,
                           byte[][] keyBytes)
Method Detail

getOIDString

public java.lang.String getOIDString()