Package com.oracle.bmc.apigateway.model
Class PemEncodedPublicKey
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.apigateway.model.StaticPublicKey
-
- com.oracle.bmc.apigateway.model.PemEncodedPublicKey
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190501") public final class PemEncodedPublicKey extends StaticPublicKey
A PEM-encoded public key used for verifying the JWT signature.
Note: Objects should always be created or deserialized using thePemEncodedPublicKey.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of thePemEncodedPublicKey.Builder
, which maintain a set of all explicitly set fields calledPemEncodedPublicKey.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PemEncodedPublicKey.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.apigateway.model.StaticPublicKey
StaticPublicKey.Format
-
-
Constructor Summary
Constructors Constructor Description PemEncodedPublicKey(String kid, String key)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PemEncodedPublicKey.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getKey()
The content of the PEM-encoded public key.int
hashCode()
PemEncodedPublicKey.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.apigateway.model.StaticPublicKey
getKid
-
-
-
-
Constructor Detail
-
PemEncodedPublicKey
@Deprecated public PemEncodedPublicKey(String kid, String key)
Deprecated.
-
-
Method Detail
-
builder
public static PemEncodedPublicKey.Builder builder()
Create a new builder.
-
toBuilder
public PemEncodedPublicKey.Builder toBuilder()
-
getKey
public String getKey()
The content of the PEM-encoded public key.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classStaticPublicKey
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classStaticPublicKey
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classStaticPublicKey
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStaticPublicKey
-
-