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 BigIntCertificateScopeEntry. getPort()Returns a portBigIntInhibitAnyPolicyExtension. 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 BigIntSignerInfo. getCertificateSerialNumber()BigIntPKCS7. getVersion()Returns the version number of this PKCS7 block.BigIntSignerInfo. getVersion()Methods in netscape.security.pkcs with parameters of type BigInt Modifier and Type Method Description java.security.cert.X509CertificatePKCS7. 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 BigIntRSAPublicKey. getModulus()Get the raw modulusBigIntRSAPublicKey. getPublicExponent()Get the raw public exponentMethods in netscape.security.provider with parameters of type BigInt Modifier and Type Method Description booleanRSAPublicKey. 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 BigIntDerInputStream. getInteger()Get an (unsigned) integer from the input stream.BigIntDerValue. getInteger()Returns an ASN.1 unsigned INTEGER value.BigIntDerValue. 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 booleanBigInt. equals(BigInt other)Returns true iff the parameter is numerically equivalent.voidDerOutputStream. 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 BigIntSerialNumber. getNumber()Return the serial number.BigIntX509Cert. 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)
-