Searched defs:contentType (Results 1 - 25 of 68) sorted by last modified time

123

/openjdk9/jdk/test/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/
H A DStatusReqSelection.java468 private static ByteBuffer createTlsRecord(byte contentType, argument
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...
/openjdk9/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java1309 test_create_detached_signature(String canonicalizationMethod, String signatureMethod, String transform, KeyInfoType keyInfo, Content contentType, int port, boolean expectedFailure, Class expectedException) argument
1364 test_create_detached_signature(String canonicalizationMethod, String signatureMethod, String digestMethod, String transform, KeyInfoType keyInfo, Content contentType, int port) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java933 void setDefaultStyleSheetType(String contentType) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/timestamp/
H A DHttpTimestamper.java174 private static void verifyMimeType(String contentType) throws IOException { argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLEngineOutputRecord.java356 byte contentType; field in class:SSLEngineOutputRecord.RecordMemo
[all...]
H A DInputRecord.java485 private static boolean checkMacTags(byte contentType, ByteBuffer bb, argument
541 private static boolean checkMacTags(byte contentType, byte[] buffer, argument
375 decrypt(Authenticator authenticator, CipherBox box, byte contentType, ByteBuffer bb) argument
381 decrypt(Authenticator authenticator, CipherBox box, byte contentType, ByteBuffer bb, byte[] sequence) argument
[all...]
H A DRecordType.java70 byte contentType; field in class:RecordType
73 private RecordType(byte contentType, byte handshakeType) { argument
78 static RecordType valueOf(byte contentType, byte handshakeType) { argument
H A DRecord.java74 static String contentName(byte contentType) { argument
89 static boolean isValidContentType(byte contentType) { argument
H A DPlaintext.java37 byte contentType; field in class:Plaintext
56 Plaintext(byte contentType, byte majorVersion, byte minorVersion, argument
H A DOutputRecord.java219 encrypt(Authenticator authenticator, CipherBox encCipher, byte contentType, ByteBuffer destination, int headerOffset, int dstLim, int headerSize, ProtocolVersion protocolVersion, boolean isDTLS) argument
327 encrypt(Authenticator authenticator, CipherBox encCipher, byte contentType, int headerSize) argument
H A DDTLSOutputRecord.java294 byte contentType; field in class:DTLSOutputRecord.RecordMemo
H A DDTLSInputRecord.java373 parseHandshakeMessage( byte contentType, byte majorVersion, byte minorVersion, byte[] recordEnS, int recordEpoch, long recordSeq, ByteBuffer plaintextFragment) argument
429 byte contentType; field in class:DTLSInputRecord.RecordFragment
437 RecordFragment(ByteBuffer fragBuf, byte contentType, byte majorVersion, byte minorVersion, byte[] recordEnS, int recordEpoch, long recordSeq, boolean isCiphertext) argument
447 RecordFragment(byte[] fragment, byte contentType, byte majorVersion, byte minorVersion, byte[] recordEnS, int recordEpoch, long recordSeq, boolean isCiphertext) argument
509 HandshakeFragment(byte[] fragment, byte contentType, byte majorVersion, byte minorVersion, byte[] recordEnS, int recordEpoch, long recordSeq, byte handshakeType, int messageLength, int messageSeq, int fragmentOffset, int fragmentLength) argument
[all...]
H A DCiphertext.java92 byte contentType; field in class:Ciphertext.RecordType
95 private RecordType(byte contentType, byte handshakeType) { argument
100 static RecordType valueOf(byte contentType, byte handshakeType) { argument
H A DCipherBox.java911 int applyExplicitNonce(Authenticator authenticator, byte contentType, argument
986 createExplicitNonce(Authenticator authenticator, byte contentType, int fragmentLength) argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/pkcs/
H A DPKCS7.java58 private ObjectIdentifier contentType; field in class:PKCS7
H A DContentInfo.java86 ObjectIdentifier contentType; field in class:ContentInfo
89 public ContentInfo(ObjectIdentifier contentType, DerValue content) { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jar/
H A DJarURLConnection.java77 private String contentType; field in class:JarURLConnection
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/file/
H A DFileURLConnection.java51 String contentType; field in class:FileURLConnection
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/
H A DURLConnection.java41 private String contentType; field in class:URLConnection
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DProgressSource.java43 private String contentType; field in class:ProgressSource
H A DProgressEvent.java40 private String contentType; field in class:ProgressEvent
53 public ProgressEvent(ProgressSource source, URL url, String method, String contentType, ProgressSource.State state, long progress, long expected) { argument
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DURLConnection.java1332 private String stripOffParameters(String contentType) argument
1359 lookupContentHandlerClassFor(String contentType) argument
1392 lookupContentHandlerViaProvider(String contentType) argument
1429 typeToPackageName(String contentType) argument
[all...]
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/cmm/
H A DColorConvertOpTests.java326 createBufferedImage(int width, int height, ImageContent contentType, int type) argument
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DcomplexType.java1911 private Ref.ContentType contentType; field in class:complexType

Completed in 211 milliseconds

123