Package cn.ucloud.common.credential
Class Credential
java.lang.Object
cn.ucloud.common.credential.Credential
Credential is an object to represent the credential information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatBytes2HexString(byte[] data) voidsetPrivateKey(String privateKey) voidsetPublicKey(String publicKey)
-
Constructor Details
-
Credential
Credential constructor- Parameters:
publicKey- Public KeyprivateKey-
-
-
Method Details
-
verifyAc
- Throws:
UCloudException
-
sign
- Throws:
UCloudException
-
getPrivateKey
-
setPrivateKey
-
getPublicKey
-
setPublicKey
-
formatBytes2HexString
-