|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.peer.secrmi.TrustStore
The TrustStore class is essentially a Serializable copy of the public part of a KeyStore, i.e., all the certificate entries.
Constructor Summary | |
TrustStore(java.security.KeyStore ks)
Creates a TrustStore object using a KeyStore object. |
Method Summary | |
java.security.KeyStore |
toKeyStore(java.lang.String type)
Translate itself to a KeyStore object of the given type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrustStore(java.security.KeyStore ks) throws java.security.KeyStoreException
ks
- the key store to be converted to a trust storeMethod Detail |
public java.security.KeyStore toKeyStore(java.lang.String type) throws java.security.KeyStoreException
type
- the type of the key store wanted, e.g., JKS
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |