Searched defs:RSAPublicKey (Results 1 - 2 of 2) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
H A DRSAPublicKey.java10 * RSAPublicKey.
15 public class RSAPublicKey class
20 public RSAPublicKey(BigInteger e, BigInteger n) method in class:RSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DRSAPublicKey.java14 public class RSAPublicKey class in inherits:ASN1Object
20 public static RSAPublicKey getInstance(
27 public static RSAPublicKey getInstance(
30 if (obj instanceof RSAPublicKey)
32 return (RSAPublicKey)obj;
37 return new RSAPublicKey(ASN1Sequence.getInstance(obj));
43 public RSAPublicKey( method in class:RSAPublicKey
51 private RSAPublicKey( method in class:RSAPublicKey
79 * RSAPublicKey ::= SEQUENCE {

Completed in 70 milliseconds