JXTA

Package net.jxta.impl.id.CBID

The 'cbid' format is a general purpose JXTA ID Format.

See:
          Description

Class Summary
CodatID An implementation of the CodatID ID Type.
IDFormat A general purpose JXTA ID Format implementing all of the six standard ID Types.
Instantiator The instantiator for the CBID ID Format.
ModuleClassID An implementation of the ModuleClassID ID Type.
ModuleSpecID An implementation of the ModuleSpecID ID Type.
PeerGroupID An implementation of the PeerGroupID ID Type.
PeerID An implementation of the PeerID ID Type.
PipeID An implementation of the PipeID ID Type.
 

Package net.jxta.impl.id.CBID Description

The 'cbid' format is a general purpose JXTA ID Format. It implements all of the six standard ID types. It was originally created for the Jave 2 SE reference implementation. The 'cbid' format uses values generated from secure hash functions as the mechanism for generating canonical values for the ids it provides.

See Also:
JXTA Protocols Specification : IDs

JXSE