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, ofType
isSet, 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, ofType
decodeValue, getTag, getType, isSet, setValue, toString
public ASN1Integer modulus
public ASN1Integer publicExponent