Home
SDK
Dev Guide
Reference
Blog
Community
Android.com
Package Index
|
Class Index
android
android.app
android.appwidget
android.content
android.content.pm
android.content.res
android.database
android.database.sqlite
android.graphics
android.graphics.drawable
android.graphics.drawable.shapes
android.hardware
android.inputmethodservice
android.location
android.media
android.net
android.net.http
android.net.wifi
android.opengl
android.os
android.preference
android.provider
android.sax
android.speech
android.telephony
android.telephony.gsm
android.test
android.test.mock
android.test.suitebuilder
android.text
android.text.format
android.text.method
android.text.style
android.text.util
android.util
android.view
android.view.animation
android.view.inputmethod
android.webkit
android.widget
com.android.internal.os
dalvik.bytecode
dalvik.system
java.awt.font
java.beans
java.io
java.lang
java.lang.annotation
java.lang.ref
java.lang.reflect
java.math
java.net
java.nio
java.nio.channels
java.nio.channels.spi
java.nio.charset
java.nio.charset.spi
java.security
java.security.acl
java.security.cert
java.security.interfaces
java.security.spec
java.sql
java.text
java.util
java.util.concurrent
java.util.concurrent.atomic
java.util.concurrent.locks
java.util.jar
java.util.logging
java.util.prefs
java.util.regex
java.util.zip
javax.crypto
javax.crypto.interfaces
javax.crypto.spec
javax.microedition.khronos.egl
javax.microedition.khronos.opengles
javax.net
javax.net.ssl
javax.security.auth
javax.security.auth.callback
javax.security.auth.login
javax.security.auth.x500
javax.security.cert
javax.sql
javax.xml
javax.xml.parsers
junit.framework
junit.runner
org.apache.http
org.apache.http.auth
org.apache.http.auth.params
org.apache.http.client
org.apache.http.client.entity
org.apache.http.client.methods
org.apache.http.client.params
org.apache.http.client.protocol
org.apache.http.client.utils
org.apache.http.conn
org.apache.http.conn.params
org.apache.http.conn.routing
org.apache.http.conn.scheme
org.apache.http.conn.ssl
org.apache.http.conn.util
org.apache.http.cookie
org.apache.http.cookie.params
org.apache.http.entity
org.apache.http.impl
org.apache.http.impl.auth
org.apache.http.impl.client
org.apache.http.impl.conn
org.apache.http.impl.conn.tsccm
org.apache.http.impl.cookie
org.apache.http.impl.entity
org.apache.http.impl.io
org.apache.http.io
org.apache.http.message
org.apache.http.params
org.apache.http.protocol
org.apache.http.util
org.json
org.w3c.dom
org.xml.sax
org.xml.sax.ext
org.xml.sax.helpers
org.xmlpull.v1
org.xmlpull.v1.sax2
Interfaces
DSAKey
DSAKeyPairGenerator
DSAParams
DSAPrivateKey
DSAPublicKey
ECKey
ECPrivateKey
ECPublicKey
RSAKey
RSAMultiPrimePrivateCrtKey
RSAPrivateCrtKey
RSAPrivateKey
RSAPublicKey
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
RSAKey
java.security.interfaces.RSAKey
Known Indirect Subclasses
RSAMultiPrimePrivateCrtKey
,
RSAPrivateCrtKey
,
RSAPrivateKey
,
RSAPublicKey
RSAMultiPrimePrivateCrtKey
The interface for a Multi-Prime RSA private key.
RSAPrivateCrtKey
The interface for a PKCS#1 RSA private key using CRT information values.
RSAPrivateKey
The interface for an PKCS#1 RSA private key.
RSAPublicKey
The interface for a PKCS#1 RSA public key.
Class Overview
The base interface for PKCS#1 RSA public and private keys.
Summary
Public Methods
abstract
BigInteger
getModulus
()
Returns the modulus.
Public Methods
public abstract
BigInteger
getModulus
()
Returns the modulus.
Returns
the modulus.