|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensc.util.DestroyableChild
org.opensc.pkcs11.wrap.PKCS11Object
org.opensc.pkcs11.wrap.PKCS11Key
org.opensc.pkcs11.wrap.PKCS11PublicKey
org.opensc.pkcs11.wrap.PKCS11RSAPublicKey
public class PKCS11RSAPublicKey
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
protected |
PKCS11RSAPublicKey(PKCS11Session session,
int type,
long handle)
|
| Method Summary | |
|---|---|
BigInteger |
getModulus()
|
BigInteger |
getPublicExponent()
|
| Methods inherited from class org.opensc.pkcs11.wrap.PKCS11PublicKey |
|---|
getEncoded, getPublicKeys |
| Methods inherited from class org.opensc.pkcs11.wrap.PKCS11Key |
|---|
getAlgorithm, getFormat, getKeyBits, getKeyType |
| Methods inherited from class org.opensc.pkcs11.wrap.PKCS11Object |
|---|
destroy, enumRawObjects, getAllowedMechanisms, getBooleanAttribute, getBooleanAttribute, getHandle, getId, getLabel, getProvider, getPvh, getRawAttribute, getSessionHandle, getSlotHandle, getULongAttribute, getULongAttribute |
| Methods inherited from class org.opensc.util.DestroyableChild |
|---|
getParent, isDestroyed, unlink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.security.Key |
|---|
getAlgorithm, getEncoded, getFormat |
| Methods inherited from interface javax.security.auth.Destroyable |
|---|
isDestroyed |
| Constructor Detail |
|---|
protected PKCS11RSAPublicKey(PKCS11Session session,
int type,
long handle)
throws PKCS11Exception
session - type - handle -
PKCS11Exception| Method Detail |
|---|
public BigInteger getPublicExponent()
getPublicExponent in interface RSAPublicKeypublic BigInteger getModulus()
getModulus in interface RSAKey
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||