COM.claymoresystems.cert
Class EAYRSAPrivateKey

java.lang.Object
  extended byBaseRSAPrivateKey
      extended byCOM.claymoresystems.cert.X509RSAPrivateKey
          extended byCOM.claymoresystems.cert.EAYRSAPrivateKey

public class EAYRSAPrivateKey
extends COM.claymoresystems.cert.X509RSAPrivateKey

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

See Also:
Serialized Form

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
Method Detail

getEncoded

public byte[] getEncoded()

getFormat

public java.lang.String getFormat()


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