Package org.openehealth.ipf.commons.core
Class OidGenerator
java.lang.Object
org.openehealth.ipf.commons.core.OidGenerator
Generate unique object identifiers without formal registration as
mentioned in IHE_ITI_TF_Vol2x B.6 Representing UUIDs as OIDs
and specified by ITU-T X.667 (http://itu.int/ITU-T/X.667)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
UUID_ARC
- See Also:
-
-
Method Details
-
uniqueOid
- Returns:
- A new unique OID, based on a random UUID.
-
asOid
- Returns:
- The given UUID as an OID under the 2.25 arc.
-