java.security.interfaces
Interface RSAPublicKey
- All Superinterfaces:
- Key, PublicKey, RSAKey, Serializable
public interface RSAPublicKey
- extends PublicKey, RSAKey
This interface provides access to information about an RSA public key.
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
getPublicExponent
BigInteger getPublicExponent()
- Returns the public exponent value for this key
- Returns:
- The public exponent value for this key
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.