|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecureReference | |
---|---|
rice.email | |
rice.post.log | |
rice.post.storage |
Uses of SecureReference in rice.email |
---|
Methods in rice.email that return SecureReference | |
---|---|
SecureReference |
EmailData.buildSecureReference(Id location,
byte[] key)
This method is not supported (you CAN NOT store an emaildata as a secure block). |
SecureReference |
SnapShot.buildSecureReference(Id location,
byte[] key)
This method dynamically builds an appropriate SecureReference for this type of PostData given a location and key. |
Uses of SecureReference in rice.post.log |
---|
Methods in rice.post.log that return SecureReference | |
---|---|
SecureReference |
Log.buildSecureReference(Id location,
byte[] key)
This method is not supported (you CAN NOT store a log as a secure block). |
SecureReference |
LogEntry.buildSecureReference(Id location,
byte[] key)
This method is not supported (you CAN NOT store a log as a secure block). |
Uses of SecureReference in rice.post.storage |
---|
Methods in rice.post.storage that return SecureReference | |
---|---|
SecureReference |
GroupData.buildSecureReference(Id location,
byte[] key)
This method dynamically builds an appropriate SecureReference for this type of PostData given a location and key. |
SecureReference |
PostData.buildSecureReference(Id location,
byte[] key)
This method dynamically builds an appropriate SecureReference for this type of PostData given a location and key. |
Methods in rice.post.storage with parameters of type SecureReference | |
---|---|
void |
StorageService.refreshSecure(SecureReference[] references,
Continuation command)
This method "refreshes" a list of SecureReferences, which ensures that all of the referenced objects are not collected by the underlying store. |
void |
StorageService.retrieveSecure(SecureReference reference,
Continuation command)
This method retrieves a given SecureReference object from the network. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |