/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | SealedObjectTest.java | 72 SealedObject so = new SealedObject(secret, new NullCipher()); in testReadObject() local 75 oos.writeObject(so); in testReadObject() 86 + "by getAlgorithm() method of initial object", so in testReadObject() 112 SealedObject so = new SealedObject(secret, cipher); in testSealedObject1() local 162 SealedObject so = new SealedObject(secret, cipher); in testGetAlgorithm() local 165 + "in cipher.", algorithm, so.getAlgorithm()); in testGetAlgorithm() 177 SealedObject so = new SealedObject(secret, cipher); in testGetAlgorithmAfterSerialization() local 180 + "in cipher.", algorithm, so.getAlgorithm()); in testGetAlgorithmAfterSerialization() 184 oos.writeObject(so); in testGetAlgorithmAfterSerialization() 193 assertEquals(so.getAlgorithm(), readSo.getAlgorithm()); in testGetAlgorithmAfterSerialization() [all …]
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | SignedObjectTest.java | 62 SignedObject so = new SignedObject(prop, tkp.getPrivate(), sig); in testSignedObject() local 64 assertEquals("SHA1withDSA", so.getAlgorithm()); in testSignedObject() 65 assertEquals(prop, so.getObject()); in testSignedObject() 67 assertTrue("verify() failed", so.verify(tkp.getPublic(), sig)); in testSignedObject() 69 assertNotNull("signature is null", so.getSignature()); in testSignedObject()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | SealedObject.java | 193 protected SealedObject(SealedObject so) { in SealedObject() argument 194 this.encryptedContent = so.encryptedContent.clone(); in SealedObject() 195 this.sealAlg = so.sealAlg; in SealedObject() 196 this.paramsAlg = so.paramsAlg; in SealedObject() 197 if (so.encodedParams != null) { in SealedObject() 198 this.encodedParams = so.encodedParams.clone(); in SealedObject()
|
/libcore/ojluni/src/test/ |
D | artrun | 34 LIBART=libart.so
|
/libcore/luni/ |
D | bouncycastle-license.txt | 9 permit persons to whom the Software is furnished to do so, subject to
|
D | unicode-license.txt | 28 Software are furnished to do so, provided that (a) the above copyright notice(s)
|
/libcore/ |
D | LICENSE | 37 show them these terms so they know their rights. 46 know that what they have is not the original, so that any problems introduced 154 source or binary form) with the major components (compiler, kernel, and so on) 167 rights, from you under this License will not have their licenses terminated so 175 do so, and all its terms and conditions for copying, distributing or modifying 189 conditions of this License. If you cannot distribute so as to satisfy 217 geographical distribution limitation excluding those countries, so that 270 To do so, attach the following notices to the program. It is safest to attach 346 the library, but you are not obligated to do so. If you do not wish to do 347 so, delete this exception statement from your version.
|
D | NOTICE | 44 to whom the Software is furnished to do so, provided that the above 79 permit persons to whom the Software is furnished to do so, subject to
|
D | NativeCode.bp | 204 // Add -fno-builtin so that the compiler doesn't attempt to inline
|
D | JavaLibrary.bp | 59 // OpenJDK source is not annotated with @hide so we need this separate 75 // Some parts of libart are not annotated with @hide so we need this separate 621 // source code and so should not cause an error or warning.
|
/libcore/tools/docs/crypto/ |
D | README | 12 (eg, PBEWITHHMACSHA versus PBEWithHmacSHA), so it could be improved.
|
/libcore/mmodules/core_platform_api/ |
D | Android.bp | 51 // the core platform API surface area, compile_dex: true is used so that the Core Platform
|
/libcore/luni/src/main/java/libcore/net/ |
D | android.mime.types | 79 # Special cases where Android has a strong opinion about mappings, so we
|
D | mime.types | 15 # add entries in to the mailcap file is so these types can be referenced by
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 108 # so this is commented out by default to leave a V1 CRL.
|
/libcore/ojluni/ |
D | NOTICE | 323 show them these terms so they know their rights. 332 know that what they have is not the original, so that any problems introduced 440 source or binary form) with the major components (compiler, kernel, and so on) 453 rights, from you under this License will not have their licenses terminated so 461 do so, and all its terms and conditions for copying, distributing or modifying 475 conditions of this License. If you cannot distribute so as to satisfy 503 geographical distribution limitation excluding those countries, so that 556 To do so, attach the following notices to the program. It is safest to attach 632 the library, but you are not obligated to do so. If you do not wish to do 633 so, delete this exception statement from your version. [all …]
|
/libcore/expectations/ |
D | knownfailures.txt | 1688 need to check that they're secure, so they all fail when we refuse to install
|