Searched refs:append (Results 1 - 25 of 1916) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java115 buffer.append(Constants.INDENT);
116 buffer.append("hashAlg: ");
117 buffer.append(hashAlg);
118 buffer.append(Constants.NEWLINE);
120 buffer.append(Constants.INDENT);
121 buffer.append("mgf: ");
122 buffer.append(mgf);
123 buffer.append(Constants.NEWLINE);
125 buffer.append(Constants.INDENT);
126 buffer.append("sourc
[all...]
H A DCK_PKCS5_PBKD2_PARAMS.java123 buffer.append(Constants.INDENT);
124 buffer.append("saltSource: ");
125 buffer.append(saltSource);
126 buffer.append(Constants.NEWLINE);
128 buffer.append(Constants.INDENT);
129 buffer.append("pSaltSourceData: ");
130 buffer.append(Functions.toHexString(pSaltSourceData));
131 buffer.append(Constants.NEWLINE);
133 buffer.append(Constants.INDENT);
134 buffer.append("ulSaltSourceDataLe
[all...]
H A DCK_ECDH2_DERIVE_PARAMS.java133 buffer.append(Constants.INDENT);
134 buffer.append("kdf: 0x");
135 buffer.append(Functions.toFullHexString(kdf));
136 buffer.append(Constants.NEWLINE);
138 buffer.append(Constants.INDENT);
139 buffer.append("pSharedDataLen: ");
140 buffer.append(pSharedData.length);
141 buffer.append(Constants.NEWLINE);
143 buffer.append(Constants.INDENT);
144 buffer.append("pSharedDat
[all...]
H A DCK_X9_42_DH2_DERIVE_PARAMS.java133 buffer.append(Constants.INDENT);
134 buffer.append("kdf: 0x");
135 buffer.append(Functions.toFullHexString(kdf));
136 buffer.append(Constants.NEWLINE);
138 buffer.append(Constants.INDENT);
139 buffer.append("pOtherInfoLen: ");
140 buffer.append(pOtherInfo.length);
141 buffer.append(Constants.NEWLINE);
143 buffer.append(Constants.INDENT);
144 buffer.append("pOtherInf
[all...]
H A DCK_RSA_PKCS_PSS_PARAMS.java100 buffer.append(Constants.INDENT);
101 buffer.append("hashAlg: 0x");
102 buffer.append(Functions.toFullHexString(hashAlg));
103 buffer.append(Constants.NEWLINE);
105 buffer.append(Constants.INDENT);
106 buffer.append("mgf: 0x");
107 buffer.append(Functions.toFullHexString(mgf));
108 buffer.append(Constants.NEWLINE);
110 buffer.append(Constants.INDENT);
111 buffer.append("sLe
[all...]
H A DCK_SSL3_RANDOM_DATA.java103 buffer.append(Constants.INDENT);
104 buffer.append("pClientRandom: ");
105 buffer.append(Functions.toHexString(pClientRandom));
106 buffer.append(Constants.NEWLINE);
108 buffer.append(Constants.INDENT);
109 buffer.append("ulClientRandomLen: ");
110 buffer.append(pClientRandom.length);
111 buffer.append(Constants.NEWLINE);
113 buffer.append(Constants.INDENT);
114 buffer.append("pServerRando
[all...]
H A DCK_PBE_PARAMS.java114 buffer.append(Constants.INDENT);
115 buffer.append("pInitVector: ");
116 buffer.append(pInitVector);
117 buffer.append(Constants.NEWLINE);
119 buffer.append(Constants.INDENT);
120 buffer.append("ulPasswordLen: ");
121 buffer.append(pPassword.length);
122 buffer.append(Constants.NEWLINE);
124 buffer.append(Constants.INDENT);
125 buffer.append("pPasswor
[all...]
H A DCK_SSL3_KEY_MAT_OUT.java129 buffer.append(Constants.INDENT);
130 buffer.append("hClientMacSecret: ");
131 buffer.append(hClientMacSecret);
132 buffer.append(Constants.NEWLINE);
134 buffer.append(Constants.INDENT);
135 buffer.append("hServerMacSecret: ");
136 buffer.append(hServerMacSecret);
137 buffer.append(Constants.NEWLINE);
139 buffer.append(Constants.INDENT);
140 buffer.append("hClientKe
[all...]
H A DCK_SSL3_KEY_MAT_PARAMS.java142 buffer.append(Constants.INDENT);
143 buffer.append("ulMacSizeInBits: ");
144 buffer.append(ulMacSizeInBits);
145 buffer.append(Constants.NEWLINE);
147 buffer.append(Constants.INDENT);
148 buffer.append("ulKeySizeInBits: ");
149 buffer.append(ulKeySizeInBits);
150 buffer.append(Constants.NEWLINE);
152 buffer.append(Constants.INDENT);
153 buffer.append("ulIVSizeInBit
[all...]
H A DCK_MECHANISM_INFO.java108 buffer.append(Constants.INDENT);
109 buffer.append("ulMinKeySize: ");
110 buffer.append(String.valueOf(ulMinKeySize));
111 buffer.append(Constants.NEWLINE);
113 buffer.append(Constants.INDENT);
114 buffer.append("ulMaxKeySize: ");
115 buffer.append(String.valueOf(ulMaxKeySize));
116 buffer.append(Constants.NEWLINE);
118 buffer.append(Constants.INDENT);
119 buffer.append("flag
[all...]
H A DCK_ECDH1_DERIVE_PARAMS.java110 buffer.append(Constants.INDENT);
111 buffer.append("kdf: 0x");
112 buffer.append(Functions.toFullHexString(kdf));
113 buffer.append(Constants.NEWLINE);
115 buffer.append(Constants.INDENT);
116 buffer.append("pSharedDataLen: ");
117 buffer.append(pSharedData.length);
118 buffer.append(Constants.NEWLINE);
120 buffer.append(Constants.INDENT);
121 buffer.append("pSharedDat
[all...]
H A DCK_INFO.java136 buffer.append(Constants.INDENT);
137 buffer.append("cryptokiVersion: ");
138 buffer.append(cryptokiVersion.toString());
139 buffer.append(Constants.NEWLINE);
141 buffer.append(Constants.INDENT);
142 buffer.append("manufacturerID: ");
143 buffer.append(new String(manufacturerID));
144 buffer.append(Constants.NEWLINE);
146 buffer.append(Constants.INDENT);
147 buffer.append("flag
[all...]
H A DCK_SLOT_INFO.java135 buffer.append(Constants.INDENT);
136 buffer.append("slotDescription: ");
137 buffer.append(new String(slotDescription));
138 buffer.append(Constants.NEWLINE);
140 buffer.append(Constants.INDENT);
141 buffer.append("manufacturerID: ");
142 buffer.append(new String(manufacturerID));
143 buffer.append(Constants.NEWLINE);
145 buffer.append(Constants.INDENT);
146 buffer.append("flag
[all...]
H A DCK_X9_42_DH1_DERIVE_PARAMS.java104 buffer.append(Constants.INDENT);
105 buffer.append("kdf: 0x");
106 buffer.append(Functions.toFullHexString(kdf));
107 buffer.append(Constants.NEWLINE);
109 buffer.append(Constants.INDENT);
110 buffer.append("pOtherInfoLen: ");
111 buffer.append(pOtherInfo.length);
112 buffer.append(Constants.NEWLINE);
114 buffer.append(Constants.INDENT);
115 buffer.append("pOtherInf
[all...]
H A DCK_TOKEN_INFO.java276 buffer.append(Constants.INDENT);
277 buffer.append("label: ");
278 buffer.append(new String(label));
279 buffer.append(Constants.NEWLINE);
281 buffer.append(Constants.INDENT);
282 buffer.append("manufacturerID: ");
283 buffer.append(new String(manufacturerID));
284 buffer.append(Constants.NEWLINE);
286 buffer.append(Constants.INDENT);
287 buffer.append("mode
[all...]
H A DCK_AES_CTR_PARAMS.java55 buffer.append(Constants.INDENT);
56 buffer.append("ulCounterBits: ");
57 buffer.append(ulCounterBits);
58 buffer.append(Constants.NEWLINE);
60 buffer.append(Constants.INDENT);
61 buffer.append("cb: ");
62 buffer.append(Functions.toHexString(cb));
H A DCK_SSL3_MASTER_KEY_DERIVE_PARAMS.java97 buffer.append(Constants.INDENT);
98 buffer.append("RandomInfo: ");
99 buffer.append(RandomInfo);
100 buffer.append(Constants.NEWLINE);
102 buffer.append(Constants.INDENT);
103 buffer.append("pVersion: ");
104 buffer.append(pVersion);
105 //buffer.append(Constants.NEWLINE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DUniqueValue.java66 s.append("----=_Part_").append(part++).append("_").
67 append(s.hashCode()).append('.').
68 append(System.currentTimeMillis());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java71 sb.append('[');
72 sb.append(type);
86 sb.append(", offset = ");
87 sb.append(offset);
92 sb.append(", {");
94 if (i != 0) sb.append("; ");
95 sb.append(", start_pc = ");
96 sb.append(lvarOffset[i]);
97 sb.append(", length = ");
98 sb.append(lvarLengt
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DConstants.java107 * by dispatching to the appropriate overloaded append method.
109 void append(Object val) { method in class:Constants.Formatter
111 append((String) val);
113 append((Character) val);
115 append((Boolean) val);
117 append((Byte) val);
119 append((Short) val);
121 append((Integer) val);
123 append((Long) val);
125 append((Floa
144 void append(String val) { method in class:Constants.Formatter
153 void append(Character val) { method in class:Constants.Formatter
159 void append(Boolean val) { method in class:Constants.Formatter
163 void append(Byte val) { method in class:Constants.Formatter
167 void append(Short val) { method in class:Constants.Formatter
171 void append(Integer val) { method in class:Constants.Formatter
175 void append(Long val) { method in class:Constants.Formatter
179 void append(Float val) { method in class:Constants.Formatter
192 void append(Double val) { method in class:Constants.Formatter
212 void append(TypeMirrorImpl t) { method in class:Constants.Formatter
221 void append(EnumConstantDeclarationImpl e) { method in class:Constants.Formatter
229 void append(AnnotationMirrorImpl anno) { method in class:Constants.Formatter
238 void append(Collection<?> vals) { method in class:Constants.Formatter
[all...]
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpAssociationImpl.java42 return sb.append("[associationID:")
43 .append(associationID())
44 .append(", maxIn:")
45 .append(maxInboundStreams())
46 .append(", maxOut:")
47 .append(maxOutboundStreams())
48 .append("]")
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DValidationEventLocatorExImpl.java57 buf.append("[url=");
58 buf.append(getURL());
59 buf.append(",line=");
60 buf.append(getLineNumber());
61 buf.append(",column=");
62 buf.append(getColumnNumber());
63 buf.append(",node=");
64 buf.append(getNode());
65 buf.append(",object=");
66 buf.append(getObjec
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectWriter.java52 public void append( boolean arg ) { result.append( arg ) ; } method in class:ObjectWriter
54 public void append( char arg ) { result.append( arg ) ; } method in class:ObjectWriter
56 public void append( short arg ) { result.append( arg ) ; } method in class:ObjectWriter
58 public void append( int arg ) { result.append( arg ) ; } method in class:ObjectWriter
60 public void append( long arg ) { result.append( ar method in class:ObjectWriter
62 public void append( float arg ) { result.append( arg ) ; } method in class:ObjectWriter
64 public void append( double arg ) { result.append( arg ) ; } method in class:ObjectWriter
66 public void append( String arg ) { result.append( arg ) ; } method in class:ObjectWriter
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaString.java39 buf.append("String (address=");
40 buf.append(getOop().getHandle());
41 buf.append(", value=");
42 buf.append("'");
43 buf.append(getString());
44 buf.append('\'');
45 buf.append(')');
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DVMVersionInfoPanel.java54 buf.append("<html><head><title>VM Version Info</title></head>");
55 buf.append("<body><table border='1'>");
58 buf.append("<tr><td><b>VM Type</b></td>");
59 buf.append("<td>");
61 buf.append("<b>core</b>");
63 buf.append("<b>client</b>");
65 buf.append("<b>server</b>");
67 buf.append("<b>unknown</b>");
69 buf.append("</td></tr>");
74 buf.append("<t
[all...]

Completed in 61 milliseconds

1234567891011>>