Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DSealedObjectTest.java72 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/
DSignedObjectTest.java62 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/
DSealedObject.java193 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/
Dartrun34 LIBART=libart.so
/libcore/luni/
Dbouncycastle-license.txt9 permit persons to whom the Software is furnished to do so, subject to
Dunicode-license.txt28 Software are furnished to do so, provided that (a) the above copyright notice(s)
/libcore/
DLICENSE37 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.
DNOTICE44 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
/libcore/tools/docs/crypto/
DREADME11 (eg, PBEWITHHMACSHA versus PBEWithHmacSHA), so it could be improved.
/libcore/expectations/
Dbrokentests.txt12 need to check that they're secure, so they all fail when we refuse to install
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf108 # so this is commented out by default to leave a V1 CRL.
/libcore/ojluni/
DNOTICE323 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 …]