OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecSpec
(Results
1 - 5
of
5
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPrivateKey.java
48
private transient ECParameterSpec
ecSpec
;
64
this.
ecSpec
= key.getParams();
83
this.
ecSpec
= EC5Util.convertSpec(ellipticCurve, spec.getParams());
87
this.
ecSpec
= null;
101
this.
ecSpec
= spec.getParams();
111
this.
ecSpec
= key.
ecSpec
;
135
this.
ecSpec
= new ECParameterSpec(
145
this.
ecSpec
= spec;
168
this.
ecSpec
= new ECParameterSpec
[
all
...]
BCECPublicKey.java
47
private transient ECParameterSpec
ecSpec
;
56
this.
ecSpec
= key.
ecSpec
;
67
this.
ecSpec
= spec.getParams();
68
this.q = EC5Util.convertPoint(
ecSpec
, spec.getW(), false);
85
this.
ecSpec
= EC5Util.convertSpec(ellipticCurve, spec.getParams());
95
this.
ecSpec
= null;
116
this.
ecSpec
= createSpec(ellipticCurve, dp);
120
this.
ecSpec
= spec;
141
this.
ecSpec
= createSpec(ellipticCurve, dp)
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPrivateKey.java
49
private ECParameterSpec
ecSpec
;
65
this.
ecSpec
= key.getParams();
82
this.
ecSpec
= EC5Util.convertSpec(ellipticCurve, spec.getParams());
86
this.
ecSpec
= null;
97
this.
ecSpec
= spec.getParams();
106
this.
ecSpec
= key.
ecSpec
;
127
this.
ecSpec
= new ECParameterSpec(
137
this.
ecSpec
= spec;
158
this.
ecSpec
= new ECParameterSpec
[
all
...]
JCEECPublicKey.java
53
private ECParameterSpec
ecSpec
;
65
this.
ecSpec
= key.
ecSpec
;
77
this.
ecSpec
= spec.getParams();
78
this.q = EC5Util.convertPoint(
ecSpec
, spec.getW(), false);
93
this.
ecSpec
= EC5Util.convertSpec(ellipticCurve, spec.getParams());
103
this.
ecSpec
= null;
121
this.
ecSpec
= createSpec(ellipticCurve, dp);
125
this.
ecSpec
= spec;
143
this.
ecSpec
= createSpec(ellipticCurve, dp)
[
all
...]
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 35 milliseconds