116 строки
5.8 KiB
YAML
116 строки
5.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.util.Base64Url"
|
|
fullName: "com.azure.core.util.Base64Url"
|
|
name: "Base64Url"
|
|
nameWithType: "Base64Url"
|
|
summary: "Encodes and decodes using Base64 URL encoding."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **Base64Url**"
|
|
constructors:
|
|
- uid: "com.azure.core.util.Base64Url.Base64Url(byte[])"
|
|
fullName: "com.azure.core.util.Base64Url.Base64Url(byte[] bytes)"
|
|
name: "Base64Url(byte[] bytes)"
|
|
nameWithType: "Base64Url.Base64Url(byte[] bytes)"
|
|
summary: "Creates a new Base64Url object with the specified encoded bytes."
|
|
parameters:
|
|
- description: "The encoded bytes."
|
|
name: "bytes"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
syntax: "public Base64Url(byte[] bytes)"
|
|
desc: "Creates a new Base64Url object with the specified encoded bytes."
|
|
- uid: "com.azure.core.util.Base64Url.Base64Url(java.lang.String)"
|
|
fullName: "com.azure.core.util.Base64Url.Base64Url(String string)"
|
|
name: "Base64Url(String string)"
|
|
nameWithType: "Base64Url.Base64Url(String string)"
|
|
summary: "Creates a new Base64Url object with the specified encoded string."
|
|
parameters:
|
|
- description: "The encoded string."
|
|
name: "string"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Base64Url(String string)"
|
|
desc: "Creates a new Base64Url object with the specified encoded string."
|
|
methods:
|
|
- uid: "com.azure.core.util.Base64Url.decodedBytes()"
|
|
fullName: "com.azure.core.util.Base64Url.decodedBytes()"
|
|
name: "decodedBytes()"
|
|
nameWithType: "Base64Url.decodedBytes()"
|
|
summary: "Decode the bytes and returns its value."
|
|
syntax: "public byte[] decodedBytes()"
|
|
desc: "Decode the bytes and returns its value."
|
|
returns:
|
|
description: "The decoded byte array."
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- uid: "com.azure.core.util.Base64Url.encode(byte[])"
|
|
fullName: "com.azure.core.util.Base64Url.encode(byte[] bytes)"
|
|
name: "encode(byte[] bytes)"
|
|
nameWithType: "Base64Url.encode(byte[] bytes)"
|
|
summary: "Encodes a byte array into Base64Url encoded bytes."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The byte array to encode."
|
|
name: "bytes"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
syntax: "public static Base64Url encode(byte[] bytes)"
|
|
desc: "Encodes a byte array into Base64Url encoded bytes."
|
|
returns:
|
|
description: "A new Base64Url instance."
|
|
type: "<xref href=\"com.azure.core.util.Base64Url?alt=com.azure.core.util.Base64Url&text=Base64Url\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.util.Base64Url.encodedBytes()"
|
|
fullName: "com.azure.core.util.Base64Url.encodedBytes()"
|
|
name: "encodedBytes()"
|
|
nameWithType: "Base64Url.encodedBytes()"
|
|
summary: "Returns the underlying encoded byte array."
|
|
syntax: "public byte[] encodedBytes()"
|
|
desc: "Returns the underlying encoded byte array."
|
|
returns:
|
|
description: "The underlying encoded byte array."
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
- uid: "com.azure.core.util.Base64Url.equals(java.lang.Object)"
|
|
fullName: "com.azure.core.util.Base64Url.equals(Object obj)"
|
|
name: "equals(Object obj)"
|
|
nameWithType: "Base64Url.equals(Object obj)"
|
|
overridden: "java.lang.Object.equals(java.lang.Object)"
|
|
parameters:
|
|
- name: "obj"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public boolean equals(Object obj)"
|
|
returns:
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.util.Base64Url.hashCode()"
|
|
fullName: "com.azure.core.util.Base64Url.hashCode()"
|
|
name: "hashCode()"
|
|
nameWithType: "Base64Url.hashCode()"
|
|
overridden: "java.lang.Object.hashCode()"
|
|
syntax: "public int hashCode()"
|
|
returns:
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.util.Base64Url.toString()"
|
|
fullName: "com.azure.core.util.Base64Url.toString()"
|
|
name: "toString()"
|
|
nameWithType: "Base64Url.toString()"
|
|
overridden: "java.lang.Object.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "Encodes and decodes using Base64 URL encoding."
|
|
metadata: {}
|
|
package: "com.azure.core.util"
|
|
artifact: com.azure:azure-core:1.54.0
|