Searched defs:getS (Results 1 - 5 of 5) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
H A DRSASignature.java21 public BigInteger getS() method in class:RSASignature
H A DDSASignature.java31 public BigInteger getS() method in class:DSASignature
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DECPrivateKeyTest.java66 public BigInteger getS() { method in class:ECPrivateKeyTest.checkECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java65 this.d = key.getS();
103 this.d = spec.getS();
348 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(this.getS(), publicKey, params);
352 keyStructure = new org.bouncycastle.asn1.sec.ECPrivateKey(this.getS(), params);
402 public BigInteger getS() method in class:BCECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java63 this.d = key.getS();
96 this.d = spec.getS();
329 keyStructure = new ECPrivateKeyStructure(this.getS(), publicKey, params);
333 keyStructure = new ECPrivateKeyStructure(this.getS(), params);
383 public BigInteger getS() method in class:JCEECPrivateKey

Completed in 758 milliseconds