Cryptix V3.2

xjava.security.interfaces
Interface RSAKey

All Known Subinterfaces:
CryptixRSAPrivateKey, CryptixRSAPublicKey

public interface RSAKey

The interface to an RSA public or private key.

$Revision: 1.2 $

Since:
IJCE 1.0
Author:
David Hopwood

Method Summary
 java.math.BigInteger getExponent()
          Returns the exponent.
 java.math.BigInteger getModulus()
          Returns the modulus.
 

Method Detail

getModulus

public java.math.BigInteger getModulus()
Returns the modulus.

getExponent

public java.math.BigInteger getExponent()
Returns the exponent.

Cryptix V3.2

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.