COM.claymoresystems.cert
Class EAYRSAPrivateKey

java.lang.Object
  extended by BaseRSAPrivateKey
      extended by COM.claymoresystems.cert.EAYRSAPrivateKey

public class EAYRSAPrivateKey
extends BaseRSAPrivateKey

this is just a wrapper for X509RSAPrivateKey which passes it the encoding and stubs the params and OID


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

Constructor Detail

EAYRSAPrivateKey

public EAYRSAPrivateKey(byte[] encoding)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getEncoded

public byte[] getEncoded()

getFormat

public java.lang.String getFormat()


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.