Home
last modified time | relevance | path

Searched refs:contentsPosInResult (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1DerEncoder.java451 int contentsPosInResult; in createTag() local
455 contentsPosInResult = 2; in createTag()
456 result = new byte[contentsPosInResult + contentsLength]; in createTag()
464 contentsPosInResult = 3; in createTag()
465 result = new byte[contentsPosInResult + contentsLength]; in createTag()
469 contentsPosInResult = 4; in createTag()
470 result = new byte[contentsPosInResult + contentsLength]; in createTag()
475 contentsPosInResult = 5; in createTag()
476 result = new byte[contentsPosInResult + contentsLength]; in createTag()
482 contentsPosInResult = 6; in createTag()
[all …]