Package org.vrspace.server.obj
Class WebPushSubscription
java.lang.Object
org.vrspace.server.obj.Entity
org.vrspace.server.obj.WebPushSubscription
-
Constructor Summary
ConstructorsConstructorDescriptionWebPushSubscription
(Client client, String endpoint, String key, String auth) -
Method Summary
Methods inherited from class org.vrspace.server.obj.Entity
dispose, getId, getObjectId, setId
-
Constructor Details
-
WebPushSubscription
public WebPushSubscription() -
WebPushSubscription
-
-
Method Details
-
getAuthAsBytes
public byte[] getAuthAsBytes() -
getKeyAsBytes
public byte[] getKeyAsBytes() -
getUserPublicKey
public PublicKey getUserPublicKey() throws NoSuchAlgorithmException, InvalidKeySpecException, NoSuchProviderException -
getClient
-
getEndpoint
-
getKey
-
getAuth
-
setClient
-
setEndpoint
-
setKey
-
setAuth
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-