com.mindbright.security.pkcs1
public class RSAPublicKey extends ASN1Sequence
RSAPublicKey ::= SEQUENCE {
modulus INTEGER, -- (Usually large) n = p*q
publicExponent INTEGER -- (Usually small) e
}
| Modifier and Type | Field and Description |
|---|---|
ASN1Integer |
modulus |
ASN1Integer |
publicExponent |
components, count, ofTypeisSet, tag| Constructor and Description |
|---|
RSAPublicKey() |
RSAPublicKey(java.math.BigInteger modulus,
java.math.BigInteger publicExponent) |
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofTypedecodeValue, getTag, getType, isSet, setValue, toStringpublic ASN1Integer modulus
public ASN1Integer publicExponent