Search in sources :

Example 1 with CheckNotNullLength

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();
}
Also used : CheckNotNullLength(org.apache.directory.api.asn1.actions.CheckNotNullLength) Asn1Decoder(org.apache.directory.api.asn1.ber.Asn1Decoder) BerValue(org.apache.directory.api.asn1.ber.tlv.BerValue) TLV(org.apache.directory.api.asn1.ber.tlv.TLV)

Aggregations

CheckNotNullLength (org.apache.directory.api.asn1.actions.CheckNotNullLength)1 Asn1Decoder (org.apache.directory.api.asn1.ber.Asn1Decoder)1 BerValue (org.apache.directory.api.asn1.ber.tlv.BerValue)1 TLV (org.apache.directory.api.asn1.ber.tlv.TLV)1