public final class OctetStringSyntaxChecker extends SyntaxChecker
From RFC 4517 :
OctetString = *OCTETFrom RFC 4512 :
OCTET = %x00-FF ; Any octet (8-bit data unit)
| Modifier and Type | Class and Description |
|---|---|
static class |
OctetStringSyntaxChecker.Builder
A static Builder for this class
|
SyntaxChecker.SCBuilder<SC>| Modifier and Type | Field and Description |
|---|---|
static OctetStringSyntaxChecker |
INSTANCE
A static instance of OctetStringSyntaxChecker
|
LOG, serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
private |
OctetStringSyntaxChecker(String oid)
Creates a new instance of OctetStringSyntaxChecker, with a specific OID
|
| Modifier and Type | Method and Description |
|---|---|
static OctetStringSyntaxChecker.Builder |
builder() |
equals, isValidSyntax, setSchemaManager, toStringcopy, getBytecode, getFqcn, hashCode, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, computeHashCode, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, isDisabled, isEnabled, isObsolete, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setSchemaName, setSpecification, unlockpublic static final OctetStringSyntaxChecker INSTANCE
private OctetStringSyntaxChecker(String oid)
oid - The Syntax's OIDpublic static OctetStringSyntaxChecker.Builder builder()
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.