Home
last modified time | relevance | path

Searched refs:getPositiveBigInteger (Results 1 – 25 of 60) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java273 n = data.getPositiveBigInteger(); in parseKeyBits()
274 e = data.getPositiveBigInteger(); in parseKeyBits()
275 d = data.getPositiveBigInteger(); in parseKeyBits()
276 p = data.getPositiveBigInteger(); in parseKeyBits()
277 q = data.getPositiveBigInteger(); in parseKeyBits()
278 pe = data.getPositiveBigInteger(); in parseKeyBits()
279 qe = data.getPositiveBigInteger(); in parseKeyBits()
280 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java183 n = data.getPositiveBigInteger(); in parseKeyBits()
184 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java273 n = data.getPositiveBigInteger(); in parseKeyBits()
274 e = data.getPositiveBigInteger(); in parseKeyBits()
275 d = data.getPositiveBigInteger(); in parseKeyBits()
276 p = data.getPositiveBigInteger(); in parseKeyBits()
277 q = data.getPositiveBigInteger(); in parseKeyBits()
278 pe = data.getPositiveBigInteger(); in parseKeyBits()
279 qe = data.getPositiveBigInteger(); in parseKeyBits()
280 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java183 n = data.getPositiveBigInteger(); in parseKeyBits()
184 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java273 n = data.getPositiveBigInteger(); in parseKeyBits()
274 e = data.getPositiveBigInteger(); in parseKeyBits()
275 d = data.getPositiveBigInteger(); in parseKeyBits()
276 p = data.getPositiveBigInteger(); in parseKeyBits()
277 q = data.getPositiveBigInteger(); in parseKeyBits()
278 pe = data.getPositiveBigInteger(); in parseKeyBits()
279 qe = data.getPositiveBigInteger(); in parseKeyBits()
280 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java183 n = data.getPositiveBigInteger(); in parseKeyBits()
184 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java273 n = data.getPositiveBigInteger(); in parseKeyBits()
274 e = data.getPositiveBigInteger(); in parseKeyBits()
275 d = data.getPositiveBigInteger(); in parseKeyBits()
276 p = data.getPositiveBigInteger(); in parseKeyBits()
277 q = data.getPositiveBigInteger(); in parseKeyBits()
278 pe = data.getPositiveBigInteger(); in parseKeyBits()
279 qe = data.getPositiveBigInteger(); in parseKeyBits()
280 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java183 n = data.getPositiveBigInteger(); in parseKeyBits()
184 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java273 n = data.getPositiveBigInteger(); in parseKeyBits()
274 e = data.getPositiveBigInteger(); in parseKeyBits()
275 d = data.getPositiveBigInteger(); in parseKeyBits()
276 p = data.getPositiveBigInteger(); in parseKeyBits()
277 q = data.getPositiveBigInteger(); in parseKeyBits()
278 pe = data.getPositiveBigInteger(); in parseKeyBits()
279 qe = data.getPositiveBigInteger(); in parseKeyBits()
280 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java183 n = data.getPositiveBigInteger(); in parseKeyBits()
184 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java275 n = data.getPositiveBigInteger(); in parseKeyBits()
276 e = data.getPositiveBigInteger(); in parseKeyBits()
277 d = data.getPositiveBigInteger(); in parseKeyBits()
278 p = data.getPositiveBigInteger(); in parseKeyBits()
279 q = data.getPositiveBigInteger(); in parseKeyBits()
280 pe = data.getPositiveBigInteger(); in parseKeyBits()
281 qe = data.getPositiveBigInteger(); in parseKeyBits()
282 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java185 n = data.getPositiveBigInteger(); in parseKeyBits()
186 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java273 n = data.getPositiveBigInteger(); in parseKeyBits()
274 e = data.getPositiveBigInteger(); in parseKeyBits()
275 d = data.getPositiveBigInteger(); in parseKeyBits()
276 p = data.getPositiveBigInteger(); in parseKeyBits()
277 q = data.getPositiveBigInteger(); in parseKeyBits()
278 pe = data.getPositiveBigInteger(); in parseKeyBits()
279 qe = data.getPositiveBigInteger(); in parseKeyBits()
280 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java183 n = data.getPositiveBigInteger(); in parseKeyBits()
184 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAPrivateCrtKeyImpl.java281 n = data.getPositiveBigInteger(); in parseKeyBits()
282 e = data.getPositiveBigInteger(); in parseKeyBits()
283 d = data.getPositiveBigInteger(); in parseKeyBits()
284 p = data.getPositiveBigInteger(); in parseKeyBits()
285 q = data.getPositiveBigInteger(); in parseKeyBits()
286 pe = data.getPositiveBigInteger(); in parseKeyBits()
287 qe = data.getPositiveBigInteger(); in parseKeyBits()
288 coeff = data.getPositiveBigInteger(); in parseKeyBits()
H A DRSAPublicKeyImpl.java195 n = data.getPositiveBigInteger(); in parseKeyBits()
196 e = data.getPositiveBigInteger(); in parseKeyBits()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/util/
H A DDerInputStream.java133 public BigInteger getPositiveBigInteger() throws IOException { in getPositiveBigInteger() method in DerInputStream
134 return getDerValue().getPositiveBigInteger(); in getPositiveBigInteger()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/util/
H A DDerInputStream.java133 public BigInteger getPositiveBigInteger() throws IOException { in getPositiveBigInteger() method in DerInputStream
134 return getDerValue().getPositiveBigInteger(); in getPositiveBigInteger()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAPublicKeyImpl.java211 result[0] = derValue.data.getPositiveBigInteger(); in parseASN1()
212 result[1] = derValue.data.getPositiveBigInteger(); in parseASN1()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAPublicKeyImpl.java211 result[0] = derValue.data.getPositiveBigInteger(); in parseASN1()
212 result[1] = derValue.data.getPositiveBigInteger(); in parseASN1()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Signature.java782 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToDSA()
783 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToDSA()
810 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToECDSA()
811 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToECDSA()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11Signature.java811 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToDSA()
812 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToDSA()
839 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToECDSA()
840 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToECDSA()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11Signature.java824 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToDSA()
825 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToDSA()
852 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToECDSA()
853 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToECDSA()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Signature.java782 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToDSA()
783 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToDSA()
810 BigInteger r = values[0].getPositiveBigInteger(); in asn1ToECDSA()
811 BigInteger s = values[1].getPositiveBigInteger(); in asn1ToECDSA()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/util/
H A DECUtil.java242 BigInteger r = values[0].getPositiveBigInteger(); in decodeSignature()
243 BigInteger s = values[1].getPositiveBigInteger(); in decodeSignature()

123