Add proper annotations for Android SDK
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.crypto.internal.NullCipherSpi int engineDoFinal(java.nio.ByteBuffer, java.nio.ByteBuffer) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.crypto.internal.NullCipherSpi int engineDoFinal(java.nio.ByteBuffer, java.nio.ByteBuffer) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.crypto.internal.NullCipherSpi int engineUpdate(java.nio.ByteBuffer, java.nio.ByteBuffer) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.crypto.internal.NullCipherSpi int engineUpdate(java.nio.ByteBuffer, java.nio.ByteBuffer) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.crypto.internal.NullCipherSpi byte[] engineGetIV()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,32 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.ChunkHandler org.apache.harmony.dalvik.ddmc.Chunk createFailChunk(int, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.ChunkHandler void putString(java.nio.ByteBuffer, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.DdmServer void registerHandler(int, org.apache.harmony.dalvik.ddmc.ChunkHandler) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.ChunkHandler java.nio.ByteBuffer wrapChunk(org.apache.harmony.dalvik.ddmc.Chunk) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.Chunk Chunk(int, java.nio.ByteBuffer) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.DdmServer void sendChunk(org.apache.harmony.dalvik.ddmc.Chunk) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.ChunkHandler java.nio.ByteBuffer wrapChunk(org.apache.harmony.dalvik.ddmc.Chunk)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.ChunkHandler java.lang.String name(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.ChunkHandler int type(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.dalvik.ddmc.ChunkHandler java.lang.String getString(java.nio.ByteBuffer, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,5 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.kernel.vm.StringUtils java.lang.String combineStrings(java.lang.Object[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,32 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.SystemScope void addIdentity(java.security.Identity) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.SystemScope java.security.Identity getIdentity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.PublicKeyImpl java.lang.String getFormat()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.PrivateKeyImpl byte[] getEncoded()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.PrivateKeyImpl void setEncoding(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.SystemScope java.util.Enumeration identities()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.PublicKeyImpl byte[] getEncoded()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.PublicKeyImpl void setEncoding(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.PrivateKeyImpl java.lang.String getFormat()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.SystemScope void removeIdentity(java.security.Identity) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,383 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Boolean void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Oid java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BerInputStream void readSetOf(org.apache.harmony.security.asn1.ASN1SetOf) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Implicit java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1SequenceOf void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1GeneralizedTime org.apache.harmony.security.asn1.ASN1GeneralizedTime getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream void encodeSequence(org.apache.harmony.security.asn1.ASN1Sequence) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerInputStream void readString(org.apache.harmony.security.asn1.ASN1StringType) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Implicit void encodeASN(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ObjectIdentifier java.lang.String toString(int[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BerInputStream void readSequenceOf(org.apache.harmony.security.asn1.ASN1SequenceOf) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1OctetString java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any void encodeASN(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1StringType java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any int getEncodedLength(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Choice ASN1Choice(org.apache.harmony.security.asn1.ASN1Type[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Oid void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Boolean java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Oid org.apache.harmony.security.asn1.ASN1Oid getInstanceForString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Enumerated void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Boolean org.apache.harmony.security.asn1.ASN1Boolean getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1UTCTime void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1SequenceOf void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Set void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1OctetString org.apache.harmony.security.asn1.ASN1OctetString getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ObjectIdentifier void validate(int[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Explicit java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer java.math.BigInteger toBigIntegerValue(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream void getChoiceLength(org.apache.harmony.security.asn1.ASN1Choice) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1OctetString void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Primitive void encodeASN(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Sequence java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1SetOf java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Enumerated void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BerInputStream int getLength(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString.ASN1NamedBitList java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Oid java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1UTCTime void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Enumerated org.apache.harmony.security.asn1.ASN1Enumerated getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Enumerated java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any org.apache.harmony.security.asn1.ASN1Any getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Sequence void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1TypeCollection ASN1TypeCollection(int, org.apache.harmony.security.asn1.ASN1Type[]) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Type void verify(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1GeneralizedTime void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Constructed void encodeASN(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer int toIntValue(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BitString boolean[] toBooleanArray()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1StringType void encodeASN(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1SequenceOf java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream void getSequenceLength(org.apache.harmony.security.asn1.ASN1Sequence) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Boolean java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Explicit java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1SetOf void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BitString BitString(byte[], int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Type java.lang.Object decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerInputStream void readSetOf(org.apache.harmony.security.asn1.ASN1SetOf) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Sequence ASN1Sequence(org.apache.harmony.security.asn1.ASN1Type[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Type java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BerInputStream void readSequence(org.apache.harmony.security.asn1.ASN1Sequence) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream DerOutputStream(org.apache.harmony.security.asn1.ASN1Type, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Explicit void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Enumerated java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1StringType void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream void getSequenceOfLength(org.apache.harmony.security.asn1.ASN1SequenceOf) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Oid void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ObjectIdentifier java.lang.String toString(int[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1OctetString java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString.ASN1NamedBitList void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1OctetString java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer java.lang.Object fromIntValue(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Choice void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerInputStream void readSequence(org.apache.harmony.security.asn1.ASN1Sequence) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1UTCTime org.apache.harmony.security.asn1.ASN1UTCTime getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream void encodeExplicit(org.apache.harmony.security.asn1.ASN1Explicit) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BerInputStream BerInputStream(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Set void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Implicit ASN1Implicit(int, org.apache.harmony.security.asn1.ASN1Type) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Set ASN1Set(org.apache.harmony.security.asn1.ASN1Type[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerInputStream DerInputStream(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString org.apache.harmony.security.asn1.ASN1BitString getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Type java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1SetOf void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Choice java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BitString BitString(boolean[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1GeneralizedTime java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1UTCTime java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Any java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Boolean java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1OctetString void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream void getExplicitLength(org.apache.harmony.security.asn1.ASN1Explicit) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Oid org.apache.harmony.security.asn1.ASN1Oid getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.DerOutputStream void getSetOfLength(org.apache.harmony.security.asn1.ASN1SetOf) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Sequence void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1StringType java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer java.math.BigInteger toBigIntegerValue(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Type int getEncodedLength(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Oid java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Choice void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Time java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BerInputStream byte[] getEncoded()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Explicit void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ObjectIdentifier ObjectIdentifier(int[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Integer org.apache.harmony.security.asn1.ASN1Integer getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1StringType java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1GeneralizedTime void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1BitString.ASN1NamedBitList java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Set java.lang.Object decode(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Choice void encodeASN(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Boolean void encodeContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1Enumerated java.lang.Object getDecodedObject(org.apache.harmony.security.asn1.BerInputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.ASN1StringType void setEncodingContent(org.apache.harmony.security.asn1.BerOutputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.asn1.BerInputStream void readString(org.apache.harmony.security.asn1.ASN1StringType) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,23 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.fortress.Services void initServiceInfo(java.security.Provider) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.fortress.Services int insertProviderAt(java.security.Provider, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.fortress.Engine java.lang.Object getInstance(java.lang.String, java.security.Provider, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.fortress.Engine org.apache.harmony.security.fortress.Engine.SpiAndProvider getInstance(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.fortress.Engine org.apache.harmony.security.fortress.Engine.SpiAndProvider getInstance(java.lang.String, java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.fortress.Services java.util.List<java.security.Provider> getProvidersList()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.fortress.Engine java.lang.Object getInstance(java.lang.String, java.security.Provider, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,11 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.pkcs10.CertificationRequestInfo java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.pkcs10.CertificationRequest byte[] getSignature()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.pkcs10.CertificationRequest CertificationRequest(org.apache.harmony.security.pkcs10.CertificationRequestInfo, org.apache.harmony.security.x509.AlgorithmIdentifier, byte[]) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,17 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.pkcs7.SignerInfo java.math.BigInteger getSerialNumber()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.pkcs7.SignerInfo javax.security.auth.x500.X500Principal getIssuer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.pkcs7.SignerInfo java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.pkcs7.ContentInfo java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.pkcs7.SignedData java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,110 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLImpl byte[] getEncoded()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLImpl X509CRLImpl(org.apache.harmony.security.x509.CertificateList) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLEntryImpl byte[] getEncoded()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl java.util.Date getNotAfter()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl java.util.Date getNotBefore()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl X509CertImpl(org.apache.harmony.security.x509.Certificate) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.Cache void put(long, byte[], java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl void checkValidity(java.util.Date) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLEntryImpl X509CRLEntryImpl(org.apache.harmony.security.x509.TBSCertList.RevokedCertificate, javax.security.auth.x500.X500Principal) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.Cache java.lang.Object get(long, byte[]) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.CRL engineGenerateCRL(java.io.InputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertPathImpl java.util.List<java.security.cert.X509Certificate> getCertificates()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLImpl byte[] getTBSCertList()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl java.security.Principal getSubjectDN()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLImpl byte[] getSignature()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.util.Collection<? extends java.security.cert.CRL> engineGenerateCRLs(java.io.InputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.CRL engineGenerateCRL(java.io.InputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertPathImpl X509CertPathImpl(java.util.List<? extends java.security.cert.Certificate>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.CertPath engineGenerateCertPath(java.util.List<? extends java.security.cert.Certificate>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLImpl java.security.cert.X509CRLEntry getRevokedCertificate(java.security.cert.X509Certificate) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLImpl java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.util.Collection<? extends java.security.cert.CRL> engineGenerateCRLs(java.io.InputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.util.Collection<? extends java.security.cert.Certificate> engineGenerateCertificates(java.io.InputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.Certificate engineGenerateCertificate(java.io.InputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.CertPath engineGenerateCertPath(java.io.InputStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.util.Collection<? extends java.security.cert.Certificate> engineGenerateCertificates(java.io.InputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl void verify(java.security.PublicKey, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.CertPath engineGenerateCertPath(java.util.List<? extends java.security.cert.Certificate>)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLImpl void verify(java.security.PublicKey, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.CertPath engineGenerateCertPath(java.io.InputStream, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl javax.security.auth.x500.X500Principal getSubjectX500Principal()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl javax.security.auth.x500.X500Principal getIssuerX500Principal()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertFactoryImpl java.security.cert.Certificate engineGenerateCertificate(java.io.InputStream)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CertImpl java.security.Principal getIssuerDN()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.cert.X509CRLEntryImpl java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,83 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl T engineGetKeySpec(java.security.Key, java.lang.Class<T>)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1withDSA_SignatureImpl boolean engineVerify(byte[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAPrivateKeyImpl DSAPrivateKeyImpl(java.security.spec.DSAPrivateKeySpec) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1_MessageDigestImpl int engineDigest(byte[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1PRNG_SecureRandomImpl void engineNextBytes(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl java.security.Key engineTranslateKey(java.security.Key) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1withDSA_SignatureImpl void engineUpdate(byte[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1PRNG_SecureRandomImpl byte[] engineGenerateSeed(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1PRNG_SecureRandomImpl void engineSetSeed(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1withDSA_SignatureImpl java.lang.Object engineGetParameter(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1_MessageDigestImpl byte[] engineDigest()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAPublicKeyImpl DSAPublicKeyImpl(java.security.spec.X509EncodedKeySpec) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1withDSA_SignatureImpl byte[] engineSign()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1withDSA_SignatureImpl void engineInitSign(java.security.PrivateKey) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1_MessageDigestImpl java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAPrivateKeyImpl DSAPrivateKeyImpl(java.security.spec.PKCS8EncodedKeySpec) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl java.security.Key engineTranslateKey(java.security.Key)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl T engineGetKeySpec(java.security.Key, java.lang.Class<T>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl T engineGetKeySpec(java.security.Key, java.lang.Class<T>) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1withDSA_SignatureImpl void engineInitVerify(java.security.PublicKey) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAPublicKeyImpl DSAPublicKeyImpl(java.security.spec.DSAPublicKeySpec) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1withDSA_SignatureImpl boolean engineVerify(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.DSAKeyFactoryImpl java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.provider.crypto.SHA1_MessageDigestImpl void engineUpdate(byte[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,47 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.utils.Array java.lang.String toString(byte[], java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.AlgNameMapper java.lang.String normalize(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.AlgNameMapper boolean isOID(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.Array java.lang.String toString(byte[], java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.ObjectIdentifier void validateOid(int[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.AlgNameMapper java.lang.String getStandardName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.AlgNameMapper java.lang.String normalize(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.Array java.lang.String getBytesAsString(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.ObjectIdentifier ObjectIdentifier(int[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.ObjectIdentifier ObjectIdentifier(int[], java.lang.String, java.lang.Object) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.ObjectIdentifier ObjectIdentifier(int[], java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.ObjectIdentifier int[] getOid()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.AlgNameMapper java.lang.String map2OID(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.ObjectIdentifier int hashIntArray(int[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.utils.Array java.lang.String getBytesAsString(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,26 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.x501.Name Name(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x501.AttributeValue AttributeValue(java.lang.String, byte[]) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x501.Name Name(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x501.AttributeValue void appendQEString(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x501.AttributeTypeAndValue org.apache.harmony.security.utils.ObjectIdentifier getObjectIdentifier(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x501.AttributeTypeAndValue void appendName(java.lang.String, java.lang.StringBuilder) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x501.AttributeTypeAndValue org.apache.harmony.security.utils.ObjectIdentifier getObjectIdentifier(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x501.Name javax.security.auth.x500.X500Principal getX500Principal()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,221 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName byte[] ipStrToBytes(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.ReasonCode ReasonCode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CRLDistributionPoints org.apache.harmony.security.x509.CRLDistributionPoints decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificatePolicies org.apache.harmony.security.x509.CertificatePolicies decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.Extension void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.InhibitAnyPolicy void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName GeneralName(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.ExtensionValue void dumpValue(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificatePolicies java.util.List<org.apache.harmony.security.x509.PolicyInformation> getPolicyInformations()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.Extension Extension(java.lang.String, boolean, org.apache.harmony.security.x509.ExtensionValue) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CRLNumber java.math.BigInteger getNumber()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.AlternativeName void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.DNParser java.util.List<java.util.List<org.apache.harmony.security.x501.AttributeTypeAndValue>> parse()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificateList java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.IssuingDistributionPoint org.apache.harmony.security.x509.IssuingDistributionPoint decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.ExtendedKeyUsage void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.X509PublicKey java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.InvalidityDate InvalidityDate(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.PolicyInformation void dumpValue(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName java.util.List<java.lang.Object> getAsList()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.ReasonFlags void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.SubjectKeyIdentifier void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName void checkURI(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.Certificate java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CRLNumber CRLNumber(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.IssuingDistributionPoint void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.InvalidityDate void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.ReasonCode void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.Certificate Certificate(org.apache.harmony.security.x509.TBSCertificate, org.apache.harmony.security.x509.AlgorithmIdentifier, byte[]) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.AuthorityKeyIdentifier void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CRLDistributionPoints void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.TBSCertList.RevokedCertificate void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificatePolicies org.apache.harmony.security.x509.CertificatePolicies addPolicyInformation(org.apache.harmony.security.x509.PolicyInformation)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.SubjectKeyIdentifier org.apache.harmony.security.x509.SubjectKeyIdentifier decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CRLNumber void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName boolean isAcceptable(org.apache.harmony.security.x509.GeneralName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.IssuingDistributionPoint org.apache.harmony.security.x509.IssuingDistributionPoint decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.InfoAccessSyntax java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificatePolicies void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.AuthorityKeyIdentifier org.apache.harmony.security.x509.AuthorityKeyIdentifier decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.NameConstraints boolean isAcceptable(java.util.List<org.apache.harmony.security.x509.GeneralName>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.TBSCertificate void dumpValue(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.KeyUsage void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName int[] oidStrToInts(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.BasicConstraints BasicConstraints(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName GeneralName(int, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName GeneralName(int, byte[]) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificateList byte[] getSignatureValue()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificateList CertificateList(org.apache.harmony.security.x509.TBSCertList, org.apache.harmony.security.x509.AlgorithmIdentifier, byte[]) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralNames java.util.Collection<java.util.List<?>> getPairsList()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.AlgorithmIdentifier void dumpValue(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.NameConstraints void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.AccessDescription java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.DistributionPointName void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.X509PublicKey java.lang.String getFormat()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName void checkDNS(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.InfoAccessSyntax org.apache.harmony.security.x509.InfoAccessSyntax decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.DistributionPoint void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.TBSCertList void dumpValue(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.PolicyConstraints void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.InfoAccessSyntax void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.AlternativeName AlternativeName(boolean, byte[]) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.KeyUsage KeyUsage(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.DNParser DNParser(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName int[] oidStrToInts(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificatePolicies org.apache.harmony.security.x509.CertificatePolicies decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.AuthorityKeyIdentifier org.apache.harmony.security.x509.AuthorityKeyIdentifier decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralName java.lang.String ipBytesToStr(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.CertificateIssuer void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.ExtensionValue void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.GeneralSubtree void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.BasicConstraints void dumpValue(java.lang.StringBuilder, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,32 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.security.x509.tsp.TimeStampReq java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.TSTInfo java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.PKIFailureInfo org.apache.harmony.security.x509.tsp.PKIFailureInfo getInstance(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.PKIStatus org.apache.harmony.security.x509.tsp.PKIStatus getInstance(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.PKIFailureInfo org.apache.harmony.security.x509.tsp.PKIFailureInfo valueOf(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.PKIStatusInfo java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.TimeStampResp java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.PKIFailureInfo org.apache.harmony.security.x509.tsp.PKIFailureInfo valueOf(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.PKIStatus org.apache.harmony.security.x509.tsp.PKIStatus valueOf(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.security.x509.tsp.PKIStatus org.apache.harmony.security.x509.tsp.PKIStatus valueOf(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,17 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.xml.ExpatReader boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader void parse(org.xml.sax.InputSource) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader java.lang.Object getProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.ExpatReader void setProperty(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,254 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node insertBefore(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CDATASectionImpl createCDATASection(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl java.lang.String getWholeText()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl void appendDataTo(java.lang.StringBuilder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.EntityReferenceImpl createEntityReference(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentFragmentImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.NodeList getElementsByTagName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.AttrImpl createAttribute(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl void setData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl org.w3c.dom.DocumentType createDocumentType(java.lang.String, java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentTypeImpl DocumentTypeImpl(org.apache.harmony.xml.dom.DocumentImpl, java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl TextImpl(org.apache.harmony.xml.dom.DocumentImpl, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl void setIdAttributeNode(org.w3c.dom.Attr, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Text createTextNode(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.CDATASection createCDATASection(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.NamedNodeMap getAttributes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Attr createAttributeNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Element createElementNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl org.w3c.dom.DocumentType createDocumentType(java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node insertChildAt(org.w3c.dom.Node, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMConfigurationImpl org.w3c.dom.DOMStringList getParameterNames()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CommentImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node appendChild(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.AttrImpl createAttributeNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.ProcessingInstructionImpl createProcessingInstruction(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl java.lang.String getData()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.DocumentFragment createDocumentFragment()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl java.lang.Object setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.TextImpl createTextNode(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CDATASectionImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Attr createAttribute(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Element createElement(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node removeChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.ElementImpl createElementNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl java.lang.String getNodeValue()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.CDATASection createCDATASection(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Text createTextNode(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CommentImpl createComment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl org.w3c.dom.Text splitText(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl java.lang.Object getUserData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node removeChild(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Comment createComment(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CDATASectionImpl createCDATASection(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CDATASectionImpl CDATASectionImpl(org.apache.harmony.xml.dom.DocumentImpl, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl org.w3c.dom.Document createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node insertChildAt(org.w3c.dom.Node, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node importNode(org.w3c.dom.Node, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node appendChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Node importNode(org.w3c.dom.Node, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CDATASectionImpl org.apache.harmony.xml.dom.TextImpl replaceWithText()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl.ElementAttrNamedNodeMapImpl org.w3c.dom.Node setNamedItem(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMErrorImpl org.w3c.dom.DOMLocator getLocation()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.CommentImpl createComment(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.TextImpl createTextNode(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.InnerNodeImpl org.w3c.dom.Node insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.DocumentFragmentImpl createDocumentFragment()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.ElementImpl.ElementAttrNamedNodeMapImpl org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl boolean hasFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.Comment createComment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.EntityReference createEntityReference(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.TextImpl java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMImplementationImpl java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.w3c.dom.NodeList getElementsByTagName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.NodeImpl org.w3c.dom.Node cloneNode(boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DOMConfigurationImpl void normalize(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.CharacterDataImpl java.lang.String substringData(int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.dom.DocumentImpl org.apache.harmony.xml.dom.ElementImpl createElement(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -0,0 +1,20 @@
|
||||
<root>
|
||||
<item name='org.apache.harmony.xml.parsers.SAXParserFactoryImpl void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.SAXParserFactoryImpl boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl javax.xml.parsers.DocumentBuilder newDocumentBuilder()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.harmony.xml.parsers.SAXParserFactoryImpl javax.xml.parsers.SAXParser newSAXParser()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user