Searched refs:encode (Results 176 - 200 of 308) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DSigningCertificateInfo.java159 buffer.append(hexDumper.encode(certHash));
/openjdk7/jdk/src/share/classes/sun/security/pkcs12/
H A DMacData.java176 // encode encryption algorithm
178 algid.encode(tmp2);
180 // encode digest data
185 // encode salt
188 // encode iterations
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAPrivateKey.java83 encode();
86 "could not DER encode x: " + e.getMessage());
/openjdk7/jdk/src/share/classes/sun/security/timestamp/
H A DHttpTimestamper.java112 byte[] request = tsQuery.encode();
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPassword.java151 enc.reset().encode(CharBuffer.wrap(pass), bb, true);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateVersion.java161 public void encode(OutputStream out) throws IOException { method in class:CertificateVersion
H A DDNSName.java122 * @param out the DER stream to encode the DNSName to.
125 public void encode(DerOutputStream out) throws IOException { method in class:DNSName
H A DEDIPartyName.java121 * @param out the DER stream to encode the EDIPartyName to.
124 public void encode(DerOutputStream out) throws IOException { method in class:EDIPartyName
H A DRFC822Name.java116 * @param out the DER stream to encode the RFC822Name to.
119 public void encode(DerOutputStream out) throws IOException { method in class:RFC822Name
H A DReasonFlags.java227 public void encode(DerOutputStream out) throws IOException { method in class:ReasonFlags
H A DExtendedKeyUsageExtension.java230 public void encode(OutputStream out) throws IOException { method in class:ExtendedKeyUsageExtension
237 super.encode(tmp);
H A DGeneralSubtrees.java135 * @params out the DerOutputStrean to encode this object to.
137 public void encode(DerOutputStream out) throws IOException { method in class:GeneralSubtrees
141 get(i).encode(seq);
H A DKeyUsageExtension.java321 public void encode(OutputStream out) throws IOException { method in class:KeyUsageExtension
329 super.encode(tmp);
H A DNetscapeCertTypeExtension.java268 public void encode(OutputStream out) throws IOException { method in class:NetscapeCertTypeExtension
276 super.encode(tmp);
/openjdk7/jdk/test/sun/nio/cs/
H A DISO8859x.java71 byte[] bytes2 = encoder.encode(CharBuffer.wrap(chars)).array();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNegotiateAuthentication.java156 response = hci.scheme + " " + new B64Encoder().encode(
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_JP_Open.java149 if ((b = encoderJ0201.encode(inputChar)) == 0)
H A DSJIS.java134 if ((b = jis0201.encode(inputChar)) == 0)
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DIOP.idl466 * This exception is thrown by <code>Codec.encode</code> or
499 CORBA::OctetSeq encode (in any data)
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMPGPData.java198 (ownerDoc.createTextNode(Base64.encode(keyId)));
207 (ownerDoc.createTextNode(Base64.encode(keyPacket)));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverDirectHTTP.java167 String encodedPassword = Base64.encode(password.getBytes());
196 Base64.encode(password.getBytes());
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaTextAccessibility.m197 if (!([value isKindOfClass:[NSValue class]] && strcmp([(NSValue *)value objCType], @encode(NSRange)) == 0)) {
273 if (!([parameter isKindOfClass:[NSValue class]] && strcmp([(NSValue *)parameter objCType], @encode(NSRange)) == 0)) {
333 if (!([parameter isKindOfClass:[NSValue class]] && strcmp([(NSValue *)parameter objCType], @encode(NSRange)) == 0)) {
359 if (!([parameter isKindOfClass:[NSValue class]] && strcmp([(NSValue *)parameter objCType], @encode(NSPoint)) == 0)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeCodec.java112 public ContentType encode(Packet packet, OutputStream out) throws IOException { method in class:MimeCodec
125 ContentType primaryCt = rootCodec.encode(packet, out);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetCodec.java88 public ContentType encode(Packet packet, OutputStream out) { method in class:FastInfosetCodec
105 public ContentType encode(Packet packet, WritableByteChannel buffer) { method in class:FastInfosetCodec
160 * vocabulary tables for multiple encode/decode invocations.
/openjdk7/jdk/test/java/util/jar/
H A DTestExtra.java52 ascii.encode("hello, world").array(),
53 ascii.encode("foo bar").array()

Completed in 55 milliseconds

1234567891011>>