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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DExtension.java48 * Extension ::= SEQUENCE {
66 public interface Extension { interface
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DExtension.java35 class Extension { class
39 protected Extension(char key) { method in class:Extension
43 Extension(char key, String value) { method in class:Extension
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DExtension.java34 * Represent a X509 Extension Attribute.
45 * ASN.1 definition of Extension:
46 * Extension ::= SEQUENCE {
61 public class Extension implements java.security.cert.Extension { class in inherits:java.security.cert.Extension
70 public Extension() { } method in class:Extension
75 public Extension(DerValue derVal) throws IOException { method in class:Extension
87 // Extension value (DER encoded)
97 * Constructs an Extension from individual components of ObjectIdentifier,
104 public Extension(ObjectIdentifie method in class:Extension
120 public Extension(Extension ext) { method in class:Extension
[all...]
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c67 #define COMMENT_EXT_FUNC_CODE 0xfe /* Extension function code for
531 * The Extension should NOT be freed by the user (not dynamically allocated).
532 * Note it is assumed the Extension desc. header ('!') has been read.
537 GifByteType ** Extension) {
554 return DGifGetExtensionNext(GifFile, Extension);
559 * routine should be called until NULL Extension is returned.
560 * The Extension should NOT be freed by the user (not dynamically allocated).
564 GifByteType ** Extension) {
574 *Extension = Private->Buf; /* Use private unused buffer. */
575 (*Extension)[
535 DGifGetExtension(GifFileType * GifFile, int *ExtCode, GifByteType ** Extension) argument
563 DGifGetExtensionNext(GifFileType * GifFile, GifByteType ** Extension) argument
[all...]

Completed in 32 milliseconds