HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_SEQUENCE (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERFactory.java 5 static final BERSequence EMPTY_SEQUENCE = new BERSequence();
10 return v.size() < 1 ? EMPTY_SEQUENCE : new BERSequence(v);
DERFactory.java 5 static final DERSequence EMPTY_SEQUENCE = new DERSequence();
10 return v.size() < 1 ? EMPTY_SEQUENCE : new DERSequence(v);

Completed in 49 milliseconds