use of org.apache.directory.api.asn1.actions.CheckNotNullLength in project directory-ldap-api by apache.
the class ApiAsn1BerOsgiTest method useBundleClasses.
@Override
protected void useBundleClasses() throws Exception {
new CheckNotNullLength<Asn1Container>();
new Asn1Decoder().getMaxLengthLength();
new BerValue().init(5);
new TLV(1).getValue();
}
Aggregations