| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthenticationType()
Getter for the authentication type of this device
|
String |
getPrimaryKey()
Getter for PrimaryKey part of the SymmetricKey
|
String |
getPrimaryThumbprint()
Getter for primary thumbprint part of the whole thumbprint
|
String |
getSecondaryKey()
Getter for SecondaryKey part of the SymmetricKey
|
String |
getSecondaryThumbprint()
Getter for secondary thumbprint part of the whole thumbprint
|
SymmetricKey |
getSymmetricKey()
Getter for SymmetricKey object
|
void |
setSymmetricKey(SymmetricKey symmetricKey)
Setter for SymmetricKey object
|
void |
setThumbprint(String primaryThumbprint,
String secondaryThumbprint)
Setter for X509 thumbprint
|
public SymmetricKey getSymmetricKey()
public void setSymmetricKey(SymmetricKey symmetricKey) throws IllegalArgumentException
symmetricKey - symmetricKey to be setIllegalArgumentException - if the provided symmetric key is nullpublic String getPrimaryKey()
public String getSecondaryKey()
public final void setThumbprint(String primaryThumbprint, String secondaryThumbprint)
primaryThumbprint - the primary thumbprint to setsecondaryThumbprint - the secondary thumbprint to setIllegalArgumentException - if primaryThumbprint or secondaryThumbprint is null or emptypublic String getPrimaryThumbprint()
public String getSecondaryThumbprint()
public AuthenticationType getAuthenticationType()
Copyright © 2024. All rights reserved.