Uses of Class
com.google.crypto.tink.util.SecretBigInteger
-
Packages that use SecretBigInteger Package Description com.google.crypto.tink.hybrid com.google.crypto.tink.jwt com.google.crypto.tink.signature com.google.crypto.tink.util -
-
Uses of SecretBigInteger in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid that return SecretBigInteger Modifier and Type Method Description SecretBigIntegerEciesPrivateKey. getNistPrivateKeyValue()Methods in com.google.crypto.tink.hybrid with parameters of type SecretBigInteger Modifier and Type Method Description static EciesPrivateKeyEciesPrivateKey. createForNistCurve(EciesPublicKey publicKey, SecretBigInteger nistPrivateKeyValue)Creates a new ECIES private key using NIST Curves. -
Uses of SecretBigInteger in com.google.crypto.tink.jwt
Fields in com.google.crypto.tink.jwt declared as SecretBigInteger Modifier and Type Field Description SecretBigIntegerJwtEcdsaPrivateKey. privateKeyValueMethods in com.google.crypto.tink.jwt that return SecretBigInteger Modifier and Type Method Description SecretBigIntegerJwtRsaSsaPkcs1PrivateKey. getCrtCoefficient()Returns the CRT coefficient qInv.SecretBigIntegerJwtRsaSsaPssPrivateKey. getCrtCoefficient()Returns the CRT coefficient qInv.SecretBigIntegerJwtRsaSsaPkcs1PrivateKey. getPrimeExponentP()Returns the prime exponent dP.SecretBigIntegerJwtRsaSsaPssPrivateKey. getPrimeExponentP()Returns the prime exponent dP.SecretBigIntegerJwtRsaSsaPkcs1PrivateKey. getPrimeExponentQ()Returns the prime exponent dQ.SecretBigIntegerJwtRsaSsaPssPrivateKey. getPrimeExponentQ()Returns the prime exponent dQ.SecretBigIntegerJwtRsaSsaPkcs1PrivateKey. getPrimeP()Returns the prime factor p.SecretBigIntegerJwtRsaSsaPssPrivateKey. getPrimeP()Returns the prime factor p.SecretBigIntegerJwtRsaSsaPkcs1PrivateKey. getPrimeQ()Returns the prime factor q.SecretBigIntegerJwtRsaSsaPssPrivateKey. getPrimeQ()Returns the prime factor q.SecretBigIntegerJwtRsaSsaPkcs1PrivateKey. getPrivateExponent()Returns the private exponent d.SecretBigIntegerJwtRsaSsaPssPrivateKey. getPrivateExponent()Returns the private exponent d.SecretBigIntegerJwtEcdsaPrivateKey. getPrivateValue()Methods in com.google.crypto.tink.jwt with parameters of type SecretBigInteger Modifier and Type Method Description static JwtEcdsaPrivateKeyJwtEcdsaPrivateKey. create(JwtEcdsaPublicKey publicKey, SecretBigInteger privateValue)JwtRsaSsaPkcs1PrivateKey.BuilderJwtRsaSsaPkcs1PrivateKey.Builder. setCrtCoefficient(SecretBigInteger qInv)Sets the CRT coefficient qInv.JwtRsaSsaPssPrivateKey.BuilderJwtRsaSsaPssPrivateKey.Builder. setCrtCoefficient(SecretBigInteger qInv)Sets the CRT coefficient qInv.JwtRsaSsaPkcs1PrivateKey.BuilderJwtRsaSsaPkcs1PrivateKey.Builder. setPrimeExponents(SecretBigInteger dP, SecretBigInteger dQ)Sets the prime exponents dP and dQ.JwtRsaSsaPssPrivateKey.BuilderJwtRsaSsaPssPrivateKey.Builder. setPrimeExponents(SecretBigInteger dP, SecretBigInteger dQ)Sets the prime exponents dP and dQ.JwtRsaSsaPkcs1PrivateKey.BuilderJwtRsaSsaPkcs1PrivateKey.Builder. setPrimes(SecretBigInteger p, SecretBigInteger q)Sets the prime factors p and q.JwtRsaSsaPssPrivateKey.BuilderJwtRsaSsaPssPrivateKey.Builder. setPrimes(SecretBigInteger p, SecretBigInteger q)Sets the prime factors p and q.JwtRsaSsaPkcs1PrivateKey.BuilderJwtRsaSsaPkcs1PrivateKey.Builder. setPrivateExponent(SecretBigInteger d)Sets the private exponent d.JwtRsaSsaPssPrivateKey.BuilderJwtRsaSsaPssPrivateKey.Builder. setPrivateExponent(SecretBigInteger d)Sets the private exponent d. -
Uses of SecretBigInteger in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return SecretBigInteger Modifier and Type Method Description SecretBigIntegerRsaSsaPkcs1PrivateKey. getCrtCoefficient()Returns the CRT coefficient qInv.SecretBigIntegerRsaSsaPssPrivateKey. getCrtCoefficient()Returns the CRT coefficient qInv.SecretBigIntegerRsaSsaPkcs1PrivateKey. getPrimeExponentP()Returns the prime exponent dP.SecretBigIntegerRsaSsaPssPrivateKey. getPrimeExponentP()Returns the prime exponent dP.SecretBigIntegerRsaSsaPkcs1PrivateKey. getPrimeExponentQ()Returns the prime exponent dQ.SecretBigIntegerRsaSsaPssPrivateKey. getPrimeExponentQ()Returns the prime exponent dQ.SecretBigIntegerRsaSsaPkcs1PrivateKey. getPrimeP()Returns the prime factor p.SecretBigIntegerRsaSsaPssPrivateKey. getPrimeP()Returns the prime factor p.SecretBigIntegerRsaSsaPkcs1PrivateKey. getPrimeQ()Returns the prime factor q.SecretBigIntegerRsaSsaPssPrivateKey. getPrimeQ()Returns the prime factor q.SecretBigIntegerRsaSsaPkcs1PrivateKey. getPrivateExponent()Returns the private exponent d.SecretBigIntegerRsaSsaPssPrivateKey. getPrivateExponent()Returns the private exponent d.SecretBigIntegerEcdsaPrivateKey. getPrivateValue()Methods in com.google.crypto.tink.signature with parameters of type SecretBigInteger Modifier and Type Method Description RsaSsaPkcs1PrivateKey.BuilderRsaSsaPkcs1PrivateKey.Builder. setCrtCoefficient(SecretBigInteger qInv)Sets the CRT coefficient qInv.RsaSsaPssPrivateKey.BuilderRsaSsaPssPrivateKey.Builder. setCrtCoefficient(SecretBigInteger qInv)Sets the CRT coefficient qInv.RsaSsaPkcs1PrivateKey.BuilderRsaSsaPkcs1PrivateKey.Builder. setPrimeExponents(SecretBigInteger dP, SecretBigInteger dQ)Sets the prime exponents dP and dQ.RsaSsaPssPrivateKey.BuilderRsaSsaPssPrivateKey.Builder. setPrimeExponents(SecretBigInteger dP, SecretBigInteger dQ)Sets the prime exponents dP and dQ.RsaSsaPkcs1PrivateKey.BuilderRsaSsaPkcs1PrivateKey.Builder. setPrimes(SecretBigInteger p, SecretBigInteger q)Sets the prime factors p and q.RsaSsaPssPrivateKey.BuilderRsaSsaPssPrivateKey.Builder. setPrimes(SecretBigInteger p, SecretBigInteger q)Sets the prime factors p and q.RsaSsaPkcs1PrivateKey.BuilderRsaSsaPkcs1PrivateKey.Builder. setPrivateExponent(SecretBigInteger d)Sets the private exponent d.RsaSsaPssPrivateKey.BuilderRsaSsaPssPrivateKey.Builder. setPrivateExponent(SecretBigInteger d)Sets the private exponent d.EcdsaPrivateKey.BuilderEcdsaPrivateKey.Builder. setPrivateValue(SecretBigInteger privateValue) -
Uses of SecretBigInteger in com.google.crypto.tink.util
Methods in com.google.crypto.tink.util that return SecretBigInteger Modifier and Type Method Description static SecretBigIntegerSecretBigInteger. fromBigInteger(java.math.BigInteger value, SecretKeyAccess access)Creates a new SecretBigInteger with the content given invalue.Methods in com.google.crypto.tink.util with parameters of type SecretBigInteger Modifier and Type Method Description booleanSecretBigInteger. equalsSecretBigInteger(SecretBigInteger other)Returns true ifotherhas the same secret value.
-