Uses of Class
netscape.security.util.BigInt
-
Packages that use BigInt Package Description netscape.security.extensions netscape.security.pkcs netscape.security.provider netscape.security.util netscape.security.x509 -
-
Uses of BigInt in netscape.security.extensions
Methods in netscape.security.extensions that return BigInt Modifier and Type Method Description BigInt
CertificateScopeEntry. getPort()
Returns a portBigInt
InhibitAnyPolicyExtension. getSkipCerts()
Constructors in netscape.security.extensions with parameters of type BigInt Constructor Description CertificateScopeEntry(GeneralName gn, BigInt port)
Constructs scope witInhibitAnyPolicyExtension(boolean crit, BigInt skipCerts)
-
Uses of BigInt in netscape.security.pkcs
Methods in netscape.security.pkcs that return BigInt Modifier and Type Method Description BigInt
SignerInfo. getCertificateSerialNumber()
BigInt
PKCS7. getVersion()
Returns the version number of this PKCS7 block.BigInt
SignerInfo. getVersion()
Methods in netscape.security.pkcs with parameters of type BigInt Modifier and Type Method Description java.security.cert.X509Certificate
PKCS7. getCertificate(BigInt serial, X500Name name)
Returns the X.509 certificate listed in this PKCS7 block which has a matching serial number and Issuer name, or null if one is not found.Constructors in netscape.security.pkcs with parameters of type BigInt Constructor Description SignerInfo(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, PKCS9Attributes authenticatedAttributes, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes)
SignerInfo(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest)
-
Uses of BigInt in netscape.security.provider
Methods in netscape.security.provider that return BigInt Modifier and Type Method Description BigInt
RSAPublicKey. getModulus()
Get the raw modulusBigInt
RSAPublicKey. getPublicExponent()
Get the raw public exponentMethods in netscape.security.provider with parameters of type BigInt Modifier and Type Method Description boolean
RSAPublicKey. bigIntEquals(BigInt x, BigInt y)
Constructors in netscape.security.provider with parameters of type BigInt Constructor Description RSAPublicKey(BigInt modulus, BigInt publicExponent)
Make a RSA public key out of a public exponent and modulus -
Uses of BigInt in netscape.security.util
Methods in netscape.security.util that return BigInt Modifier and Type Method Description BigInt
DerInputStream. getInteger()
Get an (unsigned) integer from the input stream.BigInt
DerValue. getInteger()
Returns an ASN.1 unsigned INTEGER value.BigInt
DerValue. getInteger(boolean tagImplicit)
Returns an ASN.1 unsigned INTEGER value, the parameter determining if the tag is implicit.Methods in netscape.security.util with parameters of type BigInt Modifier and Type Method Description boolean
BigInt. equals(BigInt other)
Returns true iff the parameter is numerically equivalent.void
DerOutputStream. putInteger(BigInt i)
Marshals a DER unsigned integer on the output stream. -
Uses of BigInt in netscape.security.x509
Methods in netscape.security.x509 that return BigInt Modifier and Type Method Description BigInt
SerialNumber. getNumber()
Return the serial number.BigInt
X509Cert. getSerialNumber()
Deprecated.Returns the certificate's serial number.Methods in netscape.security.x509 with parameters of type BigInt Modifier and Type Method Description byte[]
X509Cert. encodeAndSign(BigInt serial, X500Signer issuer)
Deprecated.Creates an X.509 certificate, and signs it using the issuer passed (associating a signature algorithm and an X.500 name).Constructors in netscape.security.x509 with parameters of type BigInt Constructor Description SerialNumber(BigInt num)
-