| | |
| | | |
| | | |
| | | /** |
| | | * This class defines the generalizedTimeMatch matching rule defined in |
| | | * X.520 and referenced in RFC 2252. |
| | | * This class defines the generalizedTimeMatch matching rule defined in X.520 |
| | | * and referenced in RFC 2252. |
| | | */ |
| | | final class GeneralizedTimeEqualityMatchingRuleImpl extends |
| | | AbstractMatchingRuleImpl |
| | | { |
| | | public ByteString normalizeAttributeValue(Schema schema, |
| | | ByteSequence value) throws DecodeException |
| | | public ByteString normalizeAttributeValue(final Schema schema, |
| | | final ByteSequence value) throws DecodeException |
| | | { |
| | | return ByteString.valueOf(GeneralizedTimeSyntaxImpl |
| | | .decodeGeneralizedTimeValue(value)); |