Inherits org::ccnx::ccn::io::content::CCNEncodableObject< org::ccnx::ccn::profiles::security::access::group::ACL >.
Public Member Functions | |
ACLObject (ContentName name, ACL data, CCNHandle handle) throws IOException | |
Constructor. | |
ACLObject (ContentName name, ACL data, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNHandle handle) throws IOException | |
ACLObject (ContentName name, CCNHandle handle) throws ContentDecodingException, IOException | |
Read constructor -- opens existing object. | |
ACLObject (ContentName name, PublisherPublicKeyDigest publisher, CCNHandle handle) throws ContentDecodingException, IOException | |
Read constructor. | |
ACLObject (ContentObject firstBlock, CCNHandle handle) throws ContentDecodingException, IOException | |
ACLObject (ContentName name, PublisherPublicKeyDigest publisher, CCNFlowControl flowControl) throws ContentDecodingException, IOException | |
ACLObject (ContentObject firstBlock, CCNFlowControl flowControl) throws ContentDecodingException, IOException | |
ACLObject (ContentName name, ACL data, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNFlowControl flowControl) throws IOException | |
ACL | acl () throws ContentNotReadyException, ContentGoneException, ErrorStateException |
org.ccnx.ccn.profiles.security.access.group.ACL.ACLObject.ACLObject | ( | ContentName | name, | |
ACL | data, | |||
CCNHandle | handle | |||
) | throws IOException |
Constructor.
name | the object name | |
data | the ACL | |
handle | the CCN handle |
ConfigurationException | ||
IOException |
org.ccnx.ccn.profiles.security.access.group.ACL.ACLObject.ACLObject | ( | ContentName | name, | |
CCNHandle | handle | |||
) | throws ContentDecodingException, IOException |
Read constructor -- opens existing object.
name | the object name | |
handle | the CCN handle |
IOException | ||
ContentDecodingException |
org.ccnx.ccn.profiles.security.access.group.ACL.ACLObject.ACLObject | ( | ContentName | name, | |
PublisherPublicKeyDigest | publisher, | |||
CCNHandle | handle | |||
) | throws ContentDecodingException, IOException |
Read constructor.
name | the object name | |
publisher | the required publisher | |
handle | the CCN handle |
IOException | ||
ContentDecodingException |