|
JSCAPE MFT Server | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicKeyRecord | |
---|---|
com.jscape.util.keystore | Contains classes for managing public and private keys. |
Uses of PublicKeyRecord in com.jscape.util.keystore |
---|
Methods in com.jscape.util.keystore that return PublicKeyRecord | |
---|---|
PublicKeyRecord |
PublicKeyMap.get(java.lang.String alias)
Gets public key record for given alias. |
Methods in com.jscape.util.keystore that return types with arguments of type PublicKeyRecord | |
---|---|
java.util.Map<java.lang.String,PublicKeyRecord> |
PublicKeyMap.getEntries()
|
Methods in com.jscape.util.keystore with parameters of type PublicKeyRecord | |
---|---|
void |
PublicKeyMap.set(java.lang.String alias,
PublicKeyRecord record)
Sets public key record for given alias. |
Method parameters in com.jscape.util.keystore with type arguments of type PublicKeyRecord | |
---|---|
void |
PublicKeyMap.setEntries(java.util.Map<java.lang.String,PublicKeyRecord> value)
|
Constructor parameters in com.jscape.util.keystore with type arguments of type PublicKeyRecord | |
---|---|
PublicKeyMap(java.util.Map<java.lang.String,PublicKeyRecord> entries)
|
|
JSCAPE MFT Server | |||||||||
PREV NEXT | FRAMES NO FRAMES |