Android
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
Constants inherited from interface java.security.PrivateKey
Constants inherited from interface java.security.interfaces.RSAPrivateKey

Public Methods

          BigInteger  getCrtCoefficient()
          RSAOtherPrimeInfo[]  getOtherPrimeInfo()
          BigInteger  getPrimeExponentP()
          BigInteger  getPrimeExponentQ()
          BigInteger  getPrimeP()
          BigInteger  getPrimeQ()
          BigInteger  getPublicExponent()
Methods inherited from interface java.security.Key
Methods inherited from interface java.security.interfaces.RSAKey
Methods inherited from interface java.security.interfaces.RSAPrivateKey

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