Searched defs:derive (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DExtendedBufferCapabilities.java139 public ExtendedBufferCapabilities derive(VSyncType t) { method in class:ExtendedBufferCapabilities
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIState.java39 return prototype.derive();
54 public <T extends JRSUIState> T derive() { method in class:JRSUIState
/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java740 public AlphaComposite derive(int rule) { method in class:AlphaComposite
760 public AlphaComposite derive(float alpha) { method in class:AlphaComposite
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPKCS12PBECipherCore.java61 static byte[] derive(char[] chars, byte[] salt, method in class:PKCS12PBECipherCore
309 byte[] derivedKey = derive(passwdChars, salt, iCount,
312 byte[] derivedIv = derive(passwdChars, salt, iCount, 8,

Completed in 155 milliseconds