Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.interfaces

Interface RSAPublicKey

java.lang.Object
|
+--java.security.interfaces.RSAKey
   |
   +--java.security.interfaces.RSAPublicKey

All Implemented Interfaces:

RSAKey


public interface RSAPublicKey

implements RSAKey

This interface provides access to information about an RSA public key.

Author:

Method Summary

java.math.BigIntegergetPublicExponent()

Returns the public exponent value for this key

Method Details

getPublicExponent

public BigInteger getPublicExponent()

Returns the public exponent value for this key

Returns: