Searched defs:getFormat (Results 1 - 25 of 59) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/security/
H A DKey.java73 * by the {@link #getFormat() getFormat} method.<P>
143 public String getFormat(); method in interface:Key
H A DCertificate.java111 * @see #getFormat
118 * that returned by <code>getFormat</code> and produced by
131 * @see #getFormat
145 public abstract String getFormat(); method in interface:Certificate
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DEncodedKeySpec.java77 * <code>getFormat</code> called
79 * <code>getFormat</code> method
84 public abstract String getFormat(); method in class:EncodedKeySpec
H A DPKCS8EncodedKeySpec.java93 public final String getFormat() { method in class:PKCS8EncodedKeySpec
H A DX509EncodedKeySpec.java83 public final String getFormat() { method in class:X509EncodedKeySpec
/openjdk7/jdk/test/java/security/cert/PKIXParameters/
H A DInvalidParameters.java79 public String getFormat() { return null; } method in class:InvalidParameters.TestPublicKey
/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DJksSetPrivateKey.java95 public String getFormat() { method in class:DummyPrivateKey
109 public String getFormat() { method in class:DummyPrivateKey2
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DSecretKeySpec.java173 public String getFormat() { method in class:SecretKeySpec
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioSynthesizer.java56 public AudioFormat getFormat(); method in interface:AudioSynthesizer
H A DSoftAudioBuffer.java75 public AudioFormat getFormat() { method in class:SoftAudioBuffer
H A DDLSSample.java64 AudioFormat format = getFormat();
76 public AudioFormat getFormat() { method in class:DLSSample
/openjdk7/jdk/test/java/security/Provider/
H A DSupportsParameter.java134 public String getFormat() { return null; } method in class:SupportsParameter.MyKey
/openjdk7/jdk/test/javax/crypto/EncryptedPrivateKeyInfo/
H A DGetKeySpecException2.java98 public String getFormat() { method in class:MyPBEKey
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESKey.java88 public String getFormat() { method in class:DESKey
143 getFormat(),
H A DDESedeKey.java88 public String getFormat() { method in class:DESedeKey
144 getFormat(),
H A DPBEKey.java82 public String getFormat() { method in class:PBEKey
139 getFormat(),
H A DDHPrivateKey.java203 public String getFormat() { method in class:DHPrivateKey
349 getFormat(),
H A DDHPublicKey.java191 public String getFormat() { method in class:DHPublicKey
328 getFormat(),
H A DPBKDF2KeyImpl.java141 public String getFormat() {
216 public String getFormat() { method in class:PBKDF2KeyImpl
243 if (!(that.getFormat().equalsIgnoreCase("RAW")))
261 getFormat(), getEncoded());
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DKey.java138 public String getFormat() method in class:Key
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPKCS12Cipher.java109 public String getFormat() { return "RAW"; } method in class:MyPBEKey
/openjdk7/jdk/test/com/sun/crypto/provider/Mac/
H A DHmacSaltLengths.java104 public String getFormat() { return "RAW"; } method in class:MyPBEKey
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKerberosKey.java194 public final String getFormat() { method in class:KerberosKey
197 return key.getFormat();
H A DKeyImpl.java145 public final String getFormat() { method in class:KeyImpl
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFileFormat.java221 public AudioFormat getFormat() { method in class:AudioFileFormat

Completed in 98 milliseconds

123