| | |
| | | } |
| | | |
| | | ASN1Reader reader = ASN1.getReader(value); |
| | | LinkedHashSet<String> rawAttributes = new LinkedHashSet<String>(); |
| | | LinkedHashSet<String> rawAttributes = new LinkedHashSet<>(); |
| | | try |
| | | { |
| | | reader.readStartSequence(); |
| | |
| | | super(OID_LDAP_READENTRY_POSTREAD, isCritical); |
| | | if (rawAttributes == null) |
| | | { |
| | | this.rawAttributes = new LinkedHashSet<String>(0); |
| | | this.rawAttributes = new LinkedHashSet<>(0); |
| | | } |
| | | else |
| | | { |
| | |
| | | super(oid, isCritical); |
| | | if (rawAttributes == null) |
| | | { |
| | | this.rawAttributes = new LinkedHashSet<String>(0); |
| | | this.rawAttributes = new LinkedHashSet<>(0); |
| | | } |
| | | else |
| | | { |