| /forgerock/openam/openam-notifications-websocket/src/test/java/org/forgerock/openam/notifications/websocket/ |
| H A D | JsonValueDecoderTest.java | 34 private JsonValueDecoder decoder; field in class:JsonValueDecoderTest 38 decoder = new JsonValueDecoder(); 44 JsonValue json = decoder.decode("{\"some-property\":\"some-value\"}"); 52 decoder.decode("some random string");
|
| /forgerock/opendj2/src/dsml/org/opends/dsml/protocol/ |
| H A D | ByteStringUtility.java | 114 CharsetDecoder decoder = UTF8.newDecoder(); 115 decoder.onMalformedInput(CodingErrorAction.REPORT); 116 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); 117 decoder.reset(); 118 CharBuffer chars = decoder.decode(bs.asByteBuffer());
|
| /forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/ |
| H A D | ByteStringUtility.java | 115 CharsetDecoder decoder = UTF8.newDecoder(); 116 decoder.onMalformedInput(CodingErrorAction.REPORT); 117 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); 118 decoder.reset(); 119 CharBuffer chars = decoder.decode(bs.asByteBuffer());
|
| /forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/ |
| H A D | ByteStringUtility.java | 115 CharsetDecoder decoder = UTF8.newDecoder(); 116 decoder.onMalformedInput(CodingErrorAction.REPORT); 117 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); 118 decoder.reset(); 119 CharBuffer chars = decoder.decode(bs.asByteBuffer());
|
| /forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/ |
| H A D | ByteStringUtility.java | 114 CharsetDecoder decoder = UTF8.newDecoder(); 115 decoder.onMalformedInput(CodingErrorAction.REPORT); 116 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); 117 decoder.reset(); 118 CharBuffer chars = decoder.decode(bs.asByteBuffer());
|
| /forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/ |
| H A D | ByteStringUtility.java | 115 CharsetDecoder decoder = UTF8.newDecoder(); 116 decoder.onMalformedInput(CodingErrorAction.REPORT); 117 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); 118 decoder.reset(); 119 CharBuffer chars = decoder.decode(bs.asByteBuffer());
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
| H A D | Base64ToHex.java | 58 Base64 decoder = new Base64(); 59 byte[] byteArray = decoder.decode(inputString);
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
| H A D | Base64ToHex.java | 58 Base64 decoder = new Base64(); 59 byte[] byteArray = decoder.decode(inputString);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/ |
| H A D | LegacySessionIDExtensions.java | 79 final CharsetDecoder decoder = Charset.forName("UTF-8").newDecoder() 93 String key = decoder.decode(ByteBuffer.wrap(bytes, i, length)).toString(); 97 String val = decoder.decode(ByteBuffer.wrap(bytes, i, length)).toString();
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/ |
| H A D | LegacySessionIDExtensions.java | 81 final CharsetDecoder decoder = Charset.forName("UTF-8").newDecoder() 95 String key = decoder.decode(ByteBuffer.wrap(bytes, i, length)).toString(); 99 String val = decoder.decode(ByteBuffer.wrap(bytes, i, length)).toString();
|
| /forgerock/authenticator-android-v2/app/libs/ |
| H A D | core-2.3.0.jar | ... 3Cclinit%3E" <clinit> () }
com/google/zxing/aztec/decoder/Decoder$1.class Decoder.java package com ... |
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/ |
| H A D | QuerySignatureUtil.java | 291 Base64 decoder = new Base64(); 292 signature = decoder.decode(encSigValue);
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/ |
| H A D | QuerySignatureUtil.java | 291 Base64 decoder = new Base64(); 292 signature = decoder.decode(encSigValue);
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
| H A D | RDN.java | 1177 final CharsetDecoder decoder = Charset.forName("UTF-8").newDecoder() 1180 if (value.copyTo(buffer, decoder))
|
| /forgerock/opendj2/src/server/org/opends/server/admin/server/ |
| H A D | ServerManagementContext.java | 392 // By default the property definition's decoder will do. 914 AttributeValueDecoder<AttributeValue> decoder = 925 configEntry.getEntry().getAttributeValues(type, decoder, values);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/admin/server/ |
| H A D | ServerManagementContext.java | 393 // By default the property definition's decoder will do. 915 AttributeValueDecoder<AttributeValue> decoder = 926 configEntry.getEntry().getAttributeValues(type, decoder, values);
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/ |
| H A D | ServerManagementContext.java | 393 // By default the property definition's decoder will do. 915 AttributeValueDecoder<AttributeValue> decoder = 926 configEntry.getEntry().getAttributeValues(type, decoder, values);
|
| /forgerock/opendj2-hg/src/server/org/opends/server/admin/server/ |
| H A D | ServerManagementContext.java | 392 // By default the property definition's decoder will do. 914 AttributeValueDecoder<AttributeValue> decoder = 925 configEntry.getEntry().getAttributeValues(type, decoder, values);
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/ |
| H A D | ServerManagementContext.java | 393 // By default the property definition's decoder will do. 915 AttributeValueDecoder<AttributeValue> decoder = 926 configEntry.getEntry().getAttributeValues(type, decoder, values);
|
| /forgerock/opendj2/src/server/org/opends/server/types/ |
| H A D | Entry.java | 936 * @param decoder 937 * The attribute value decoder. 946 AttributeValueDecoder<T> decoder) throws DirectoryException 953 return decoder.decode(iterator.next()); 975 * @param decoder 976 * The attribute value decoder. 986 AttributeValueDecoder<? extends T> decoder, 996 collection.add(decoder.decode(value)); 945 getAttributeValue(AttributeType attributeType, AttributeValueDecoder<T> decoder) argument 984 getAttributeValues( AttributeType attributeType, AttributeValueDecoder<? extends T> decoder, Collection<T> collection) argument
|
| /forgerock/opendj2-hg/src/server/org/opends/server/types/ |
| H A D | Entry.java | 936 * @param decoder 937 * The attribute value decoder. 946 AttributeValueDecoder<T> decoder) throws DirectoryException 953 return decoder.decode(iterator.next()); 975 * @param decoder 976 * The attribute value decoder. 986 AttributeValueDecoder<? extends T> decoder, 996 collection.add(decoder.decode(value)); 945 getAttributeValue(AttributeType attributeType, AttributeValueDecoder<T> decoder) argument 984 getAttributeValues( AttributeType attributeType, AttributeValueDecoder<? extends T> decoder, Collection<T> collection) argument
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
| H A D | Entry.java | 1001 * @param decoder 1002 * The attribute value decoder. 1011 AttributeValueDecoder<T> decoder) throws DirectoryException 1020 return decoder.decode(iterator.next()); 1045 * @param decoder 1046 * The attribute value decoder. 1056 AttributeValueDecoder<? extends T> decoder, 1066 collection.add(decoder.decode(value)); 1010 getAttributeValue(AttributeType attributeType, AttributeValueDecoder<T> decoder) argument 1054 getAttributeValues( AttributeType attributeType, AttributeValueDecoder<? extends T> decoder, Collection<T> collection) argument
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
| H A D | Entry.java | 1001 * @param decoder 1002 * The attribute value decoder. 1011 AttributeValueDecoder<T> decoder) throws DirectoryException 1020 return decoder.decode(iterator.next()); 1045 * @param decoder 1046 * The attribute value decoder. 1056 AttributeValueDecoder<? extends T> decoder, 1066 collection.add(decoder.decode(value)); 1010 getAttributeValue(AttributeType attributeType, AttributeValueDecoder<T> decoder) argument 1054 getAttributeValues( AttributeType attributeType, AttributeValueDecoder<? extends T> decoder, Collection<T> collection) argument
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
| H A D | Entry.java | 961 * @param decoder 962 * The attribute value decoder. 971 AttributeValueDecoder<T> decoder) throws DirectoryException 978 return iterator.hasNext() ? decoder.decode(iterator.next()) : null; 998 * @param decoder 999 * The attribute value decoder. 1009 AttributeValueDecoder<? extends T> decoder, 1019 collection.add(decoder.decode(value)); 970 getAttributeValue(AttributeType attributeType, AttributeValueDecoder<T> decoder) argument 1007 getAttributeValues( AttributeType attributeType, AttributeValueDecoder<? extends T> decoder, Collection<T> collection) argument
|
| /forgerock/opendj-b2.6/resource/dsml/lib/ |
| H A D | saaj-impl-1.3.jar | com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ... |