Android
Documentation
What is Android?
Getting Started
Installing the SDK
Upgrading the SDK
Developing/Debugging
Hello Android
Anatomy of an App
Notepad Tutorial
Development Tools
Application Model
Application Life Cycle
Developing Applications
Implementing a UI
Building Blocks
Data Storage and Retrieval
Security Model
Resources and i18n
Developer Toolbox
Design Philosophy
Building Custom Components
Optional APIs
Reference Information
Package Index
Class Index
Class Hierarchy
List of Views
List of Intents
List of Permissions
List of Resource Types
Android IDL
Glossary
Index
FAQs
General
Common Tasks
Troubleshooting
Open Source Licensing
Application Framework
Security
Goodies
java.security.interfaces
public interface
java.security.interfaces.RSAMultiPrimePrivateCrtKey
java.security.interfaces.RSAMultiPrimePrivateCrtKey
RSAPrivateKey
Summary
Constants
Value
long
serialVersionUID
618058533534628008
0x0893c8f62dbaf8a8
Constants inherited from interface
java.security.Key
serialVersionUID
Value
long
serialVersionUID
6603384152749567654
0x5ba3eee69414eea6
Constants inherited from interface
java.security.PrivateKey
serialVersionUID
Value
long
serialVersionUID
6034044314589513430
0x53bd3b559a12c6d6
Constants inherited from interface
java.security.interfaces.RSAPrivateKey
serialVersionUID
Value
long
serialVersionUID
5187144804936595022
0x47fc70b7a8c2364e
Public Methods
BigInteger
getCrtCoefficient
()
RSAOtherPrimeInfo[]
getOtherPrimeInfo
()
BigInteger
getPrimeExponentP
()
BigInteger
getPrimeExponentQ
()
BigInteger
getPrimeP
()
BigInteger
getPrimeQ
()
BigInteger
getPublicExponent
()
Methods inherited from interface
java.security.Key
getAlgorithm
,
getEncoded
,
getFormat
String
getAlgorithm
()
Returns the name of the algorithm that this key will work with.
byte[]
getEncoded
()
Returns the encoded form of the receiver.
String
getFormat
()
Returns the name of the format used to encode the key, or null if it can not be encoded.
Methods inherited from interface
java.security.interfaces.RSAKey
getModulus
BigInteger
getModulus
()
Methods inherited from interface
java.security.interfaces.RSAPrivateKey
getPrivateExponent
BigInteger
getPrivateExponent
()
Details
Constants
public static final long serialVersionUID
Constant Value:
618058533534628008 (0x0893c8f62dbaf8a8)
Public Methods
public
BigInteger
getCrtCoefficient()
public
RSAOtherPrimeInfo[]
getOtherPrimeInfo()
public
BigInteger
getPrimeExponentP()
public
BigInteger
getPrimeExponentQ()
public
BigInteger
getPrimeP()
public
BigInteger
getPrimeQ()
public
BigInteger
getPublicExponent()
Copyright 2007
Google Inc.
Build 0.9_r1-98467 - 14 Aug 2008 18:56