Uses of Class
org.mozilla.jss.netscape.security.util.BigInt
Packages that use BigInt
Package
Description
-
Uses of BigInt in org.mozilla.jss.netscape.security.extensions
Fields in org.mozilla.jss.netscape.security.extensions declared as BigIntModifier and TypeFieldDescriptionprivate BigInt
CertificateScopeEntry.mPort
private BigInt
InhibitAnyPolicyExtension.mSkipCerts
Methods in org.mozilla.jss.netscape.security.extensions that return BigIntModifier and TypeMethodDescriptionCertificateScopeEntry.getPort()
Returns a portInhibitAnyPolicyExtension.getSkipCerts()
Constructors in org.mozilla.jss.netscape.security.extensions with parameters of type BigIntModifierConstructorDescriptionCertificateScopeEntry
(GeneralName gn, BigInt port) Constructs scope witInhibitAnyPolicyExtension
(boolean crit, BigInt skipCerts) -
Uses of BigInt in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as BigIntModifier and TypeFieldDescription(package private) BigInt
SignerInfo.certificateSerialNumber
private BigInt
PKCS7.version
(package private) BigInt
SignerInfo.version
Methods in org.mozilla.jss.netscape.security.pkcs that return BigIntModifier and TypeMethodDescriptionSignerInfo.getCertificateSerialNumber()
PKCS7.getVersion()
Returns the version number of this PKCS7 block.SignerInfo.getVersion()
Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type BigIntModifier and TypeMethodDescriptionPKCS7.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 org.mozilla.jss.netscape.security.pkcs with parameters of type BigIntModifierConstructorDescriptionSignerInfo
(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 org.mozilla.jss.netscape.security.provider
Fields in org.mozilla.jss.netscape.security.provider declared as BigIntModifier and TypeFieldDescriptionprivate BigInt
RSAPublicKey.modulus
private BigInt
RSAPublicKey.publicExponent
Methods in org.mozilla.jss.netscape.security.provider that return BigIntModifier and TypeMethodDescriptionRSAPublicKey.getModulus()
Get the raw modulusRSAPublicKey.getPublicExponent()
Get the raw public exponentMethods in org.mozilla.jss.netscape.security.provider with parameters of type BigIntConstructors in org.mozilla.jss.netscape.security.provider with parameters of type BigIntModifierConstructorDescriptionRSAPublicKey
(BigInt modulus, BigInt publicExponent) Make a RSA public key out of a public exponent and modulus -
Uses of BigInt in org.mozilla.jss.netscape.security.util
Methods in org.mozilla.jss.netscape.security.util that return BigIntModifier and TypeMethodDescriptionDerInputStream.getInteger()
Get an (unsigned) integer from the input stream.DerValue.getInteger()
Returns an ASN.1 unsigned INTEGER value.DerValue.getInteger
(boolean tagImplicit) Returns an ASN.1 unsigned INTEGER value, the parameter determining if the tag is implicit.(package private) BigInt
DerInputBuffer.getUnsigned
(int len) Returns the unsigned integer which takes up the specified number of bytes in this buffer.Methods in org.mozilla.jss.netscape.security.util with parameters of type BigIntModifier and TypeMethodDescriptionboolean
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 org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as BigIntModifier and TypeFieldDescriptionprivate BigInt
DeltaCRLIndicatorExtension.baseCRLNumber
private BigInt
CRLNumberExtension.crlNumber
private BigInt
SerialNumber.serialNum
Methods in org.mozilla.jss.netscape.security.x509 that return BigIntConstructors in org.mozilla.jss.netscape.security.x509 with parameters of type BigInt -
Uses of BigInt in org.mozilla.jss.provider.java.security
Fields in org.mozilla.jss.provider.java.security declared as BigIntModifier and TypeFieldDescriptionstatic final BigInt
RSAPSSAlgorithmParameters.defaultSaltLen
static final BigInt
RSAPSSAlgorithmParameters.defaultTrailerField
private BigInt
RSAPSSAlgorithmParameters.saltLen
private BigInt
RSAPSSAlgorithmParameters.trailerField