Uses of Class
com.sapportals.portal.prt.service.soap.types.Base64

Packages that use Base64
com.sapportals.portal.prt.service.soap.security   
 

Uses of Base64 in com.sapportals.portal.prt.service.soap.security
 

Methods in com.sapportals.portal.prt.service.soap.security that return Base64
 Base64 IPRTSOAPSignature.getSignatureValue()
           
 Base64 IPRTSOAPAuthorization.getCertificate()
           
 Base64 IPRTSOAPSignedInfo.getDigestValue()
           
 Base64 ISOAPSecurityManager.getCertificate()
           
 Base64 ISOAPSecurityManager.getDigestValue()
           
 Base64 ISOAPSecurityManager.getSignature()
           
 

Methods in com.sapportals.portal.prt.service.soap.security with parameters of type Base64
 void IPRTSOAPAuthorization.setCertificate(Base64 p_mm_certificate)
           
 boolean ISOAPSecurityManager.verifySign(Base64 sign)
           
 boolean ISOAPSecurityManager.verifyCert(Base64 cert)