Android
java.security.spec
public class

java.security.spec.RSAPrivateKeySpec

java.lang.Object
java.security.spec.RSAPrivateKeySpec KeySpec

Summary

Public Constructors

            RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent)

Public Methods

          BigInteger  getModulus()
          BigInteger  getPrivateExponent()
Methods inherited from class java.lang.Object

Details

Public Constructors

public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent)

Public Methods

public BigInteger getModulus()

public BigInteger getPrivateExponent()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56